Searched defs:LoadFontInternal (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp33 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage))
43 if (!pFont->LoadFontInternal(pExternalFont))
53 if (!pFont->LoadFontInternal(std::move(pInternalFont)))
64 if (pFont->LoadFontInternal(pBuffer, iLength))
75 if (!pFont->LoadFontInternal(pFontStream, bSaveStream))
126 bool CFGAS_GEFont::LoadFontInternal(const FX_WCHAR* pszFontFamily, function in class:CFGAS_GEFont
164 bool CFGAS_GEFont::LoadFontInternal(const uint8_t* pBuffer, int32_t length) { function in class:CFGAS_GEFont
174 bool CFGAS_GEFont::LoadFontInternal( function in class:CFGAS_GEFont
192 bool CFGAS_GEFont::LoadFontInternal(CFX_Font* pExternalFont) { function in class:CFGAS_GEFont
201 bool CFGAS_GEFont::LoadFontInternal(st function in class:CFGAS_GEFont
[all...]

Completed in 673 milliseconds