/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 190 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()
|
D | cfgas_pdffontmgr.cpp | 38 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::FindFont(const ByteString& strPsName, in FindFont() function in CFGAS_PDFFontMgr 90 FindFont(strFontName, bBold, bItalic, bStrictMatch); in GetFont()
|
D | cfgas_pdffontmgr.h | 30 RetainPtr<CFGAS_GEFont> FindFont(const ByteString& strFamilyName,
|
D | cfgas_fontmgr.h | 126 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.h | 65 void* FindFont(int weight,
|
D | fx_ge_linux.cpp | 140 return FindFont(weight, bItalic, charset, pitch_family, family, !bCJK); in MapFont()
|
D | cfx_folderfontinfo.cpp | 292 void* CFX_FolderFontInfo::FindFont(int weight, in FindFont() function in CFX_FolderFontInfo
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.h | 106 RetainPtr<CFGAS_GEFont> FindFont(WideStringView wsFontFamily,
|
D | cfwl_widgettp.cpp | 88 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/ |
D | cba_fontmap.h | 78 int32_t FindFont(const ByteString& sFontName, int32_t nCharset);
|
D | cba_fontmap.cpp | 367 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
|
D | cpdf_interactiveform.cpp | 185 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/ |
D | cpdf_allstates.cpp | 93 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
|
D | cpdf_streamcontentparser.h | 61 RetainPtr<CPDF_Font> FindFont(const ByteString& name);
|
D | cpdf_streamcontentparser.cpp | 1121 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/ |
D | fx_win32_device.cpp | 340 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/ |
D | subsetter_impl.cc | 184 Font* FindFont(const char* font_name, const FontArray& font_array) { in FindFont() function 694 font_ = FindFont(font_name, font_array); in LoadFont()
|