Searched refs:LoadFontInternal (Results 1 – 4 of 4) sorted by relevance
68 bool LoadFontInternal(const wchar_t* pszFontFamily,71 bool LoadFontInternal(const uint8_t* pBuffer, int32_t length);73 bool LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont);74 bool LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont);
29 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont()44 if (!pFont->LoadFontInternal(pPDFFont)) in LoadFont()55 if (!pFont->LoadFontInternal(std::move(pInternalFont))) in LoadFont()75 bool CFGAS_GEFont::LoadFontInternal(const wchar_t* pszFontFamily, in LoadFontInternal() function in CFGAS_GEFont100 bool CFGAS_GEFont::LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont) { in LoadFontInternal() function in CFGAS_GEFont113 bool CFGAS_GEFont::LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont) { in LoadFontInternal() function in CFGAS_GEFont
144 RetainPtr<CFGAS_GEFont> LoadFontInternal(const WideString& wsFaceName,
673 LoadFontInternal(pDesc->m_wsFaceName, pDesc->m_nFaceIndex); in GetFontByUnicodeImpl()685 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFontInternal( in LoadFontInternal() function in CFGAS_FontMgr821 LoadFontInternal(pDesc->m_wsFaceName, pDesc->m_nFaceIndex); in GetFontByCodePage()