Home
last modified time | relevance | path

Searched refs:pDwFontFile (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp133 IDWriteFontFile* pDwFontFile = NULL; in DwCreateFontFaceFromStream() local
144 &pDwFontFile); in DwCreateFontFaceFromStream()
148 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
154 hr = pDwFactory->CreateFontFace(fontFaceType, 1, &pDwFontFile, 0, fontStyle, in DwCreateFontFaceFromStream()
159 SafeRelease(&pDwFontFile); in DwCreateFontFaceFromStream()
162 SafeRelease(&pDwFontFile); in DwCreateFontFaceFromStream()