Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp135 BOOL isSupportedFontType = FALSE; in DwCreateFontFaceFromStream() local
148 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
150 if (FAILED(hr) || !isSupportedFontType || in DwCreateFontFaceFromStream()