Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp33 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont()
43 if (!pFont->LoadFontInternal(pExternalFont)) in LoadFont()
53 if (!pFont->LoadFontInternal(std::move(pInternalFont))) in LoadFont()
64 if (pFont->LoadFontInternal(pBuffer, iLength)) in LoadFont()
75 if (!pFont->LoadFontInternal(pFontStream, bSaveStream)) in LoadFont()
126 bool CFGAS_GEFont::LoadFontInternal(const FX_WCHAR* pszFontFamily, in LoadFontInternal() function in CFGAS_GEFont
164 bool CFGAS_GEFont::LoadFontInternal(const uint8_t* pBuffer, int32_t length) { in LoadFontInternal() function in CFGAS_GEFont
174 bool CFGAS_GEFont::LoadFontInternal( in LoadFontInternal() function in CFGAS_GEFont
192 bool CFGAS_GEFont::LoadFontInternal(CFX_Font* pExternalFont) { in LoadFontInternal() function in CFGAS_GEFont
201 bool CFGAS_GEFont::LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont) { in LoadFontInternal() function in CFGAS_GEFont
Dcfgas_gefont.h76 bool LoadFontInternal(const FX_WCHAR* pszFontFamily,
79 bool LoadFontInternal(const uint8_t* pBuffer, int32_t length);
80 bool LoadFontInternal(const CFX_RetainPtr<IFGAS_Stream>& pFontStream,
83 bool LoadFontInternal(CFX_Font* pExternalFont);
84 bool LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont);