Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp190 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false, in GetFontByUnicodeImpl()
194 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicodeImpl()
216 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont() function in CFGAS_FontMgr
796 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage()
798 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage()
800 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage, 999, 0); in GetFontByCodePage()
873 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in LoadFont()
875 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage, 999, 0); in LoadFont()
Dcfgas_pdffontmgr.cpp38 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::FindFont(const ByteString& strPsName, in FindFont() function in CFGAS_PDFFontMgr
90 FindFont(strFontName, bBold, bItalic, bStrictMatch); in GetFont()
Dcfgas_pdffontmgr.h30 RetainPtr<CFGAS_GEFont> FindFont(const ByteString& strFamilyName,
Dcfgas_fontmgr.h126 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.h65 void* FindFont(int weight,
Dfx_ge_linux.cpp140 return FindFont(weight, bItalic, charset, pitch_family, family, !bCJK); in MapFont()
Dcfx_folderfontinfo.cpp292 void* CFX_FolderFontInfo::FindFont(int weight, in FindFont() function in CFX_FolderFontInfo
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h106 RetainPtr<CFGAS_GEFont> FindFont(WideStringView wsFontFamily,
Dcfwl_widgettp.cpp88 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0); in EnsureTTOInitialized()
271 RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont(WideStringView wsFontFamily, in FindFont() function in CFWL_FontManager
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.h78 int32_t FindFont(const ByteString& sFontName, int32_t nCharset);
Dcba_fontmap.cpp367 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset); in GetFontIndex()
405 int32_t CBA_FontMap::FindFont(const ByteString& sFontName, int32_t nCharset) { in FindFont() function in CBA_FontMap
Dcpdf_interactiveform.cpp185 bool FindFont(CPDF_Dictionary* pFormDict, in FindFont() function
217 bool FindFont(CPDF_Dictionary* pFormDict, in FindFont() function
270 if (FindFont(pFormDict, pFont.Get(), &csTag)) { in AddFont()
311 FindFont(pFormDict, pDocument, csFontName, pFont, csNameTag)) { in AddNativeFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp93 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
Dcpdf_streamcontentparser.h61 RetainPtr<CPDF_Font> FindFont(const ByteString& name);
Dcpdf_streamcontentparser.cpp1121 RetainPtr<CPDF_Font> pFont = FindFont(GetString(1)); in Handle_SetFont()
1147 RetainPtr<CPDF_Font> CPDF_StreamContentParser::FindFont( in FindFont() function in CPDF_StreamContentParser
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp340 ByteString FindFont(const ByteString& name);
439 ByteString CFX_Win32FontInfo::FindFont(const ByteString& name) { in FindFont() function in __anon432480ef0111::CFX_Win32FontInfo
476 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
484 m_KaiTi = FindFont("KaiTi"); in GetGBPreference()
492 m_FangSong = FindFont("FangSong"); in GetGBPreference()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc184 Font* FindFont(const char* font_name, const FontArray& font_array) { in FindFont() function
694 font_ = FindFont(font_name, font_array); in LoadFont()