/external/pdfium/xfa/fgas/font/ |
D | cfgas_pdffontmgr.cpp | 35 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::FindFont(const ByteString& strPsName, in FindFont() function in CFGAS_PDFFontMgr 91 FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont()
|
D | cfgas_fontmgr.cpp | 218 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont() function in CFGAS_FontMgr 964 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage() 966 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage() 968 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage, 999, 0); in GetFontByCodePage() 1027 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false, in GetFontByUnicode() 1031 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicode() 1103 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in LoadFont() 1105 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage, 999, 0); in LoadFont()
|
D | cfgas_pdffontmgr.h | 38 RetainPtr<CFGAS_GEFont> FindFont(const ByteString& strFamilyName,
|
D | cfgas_fontmgr.h | 149 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.h | 72 void* FindFont(int weight,
|
D | fx_ge_linux.cpp | 131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
D | cfx_folderfontinfo.cpp | 281 void* CFX_FolderFontInfo::FindFont(int weight, in FindFont() function in CFX_FolderFontInfo
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.cpp | 160 int32_t CPWL_FontMap::FindFont(const ByteString& sFontName, int32_t nCharset) { in FindFont() function in CPWL_FontMap 176 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset); in GetFontIndex()
|
D | cpwl_font_map.h | 76 int32_t FindFont(const ByteString& sFontName,
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 92 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0); in InitTTO() 313 RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont( in FindFont() function in CFWL_FontManager
|
D | cfwl_widgettp.h | 129 RetainPtr<CFGAS_GEFont> FindFont(const WideStringView& wsFontFamily,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_allstates.cpp | 85 m_TextState.SetFont(pParser->FindFont(pFont->GetStringAt(0))); in ProcessExtGS()
|
D | cpdf_streamcontentparser.h | 53 CPDF_Font* FindFont(const ByteString& name);
|
D | cpdf_streamcontentparser.cpp | 1151 CPDF_Font* pFont = FindFont(GetString(1)); in Handle_SetFont() 1171 CPDF_Font* CPDF_StreamContentParser::FindFont(const ByteString& name) { in FindFont() function in CPDF_StreamContentParser
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 358 ByteString FindFont(const ByteString& name); 456 ByteString CFX_Win32FontInfo::FindFont(const ByteString& name) { in FindFont() function in __anonfbb38c050111::CFX_Win32FontInfo 493 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 501 m_KaiTi = FindFont("KaiTi"); in GetGBPreference() 509 m_FangSong = FindFont("FangSong"); in GetGBPreference()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 166 bool FindFont(CPDF_Dictionary* pFormDict, in FindFont() function 197 bool FindFont(CPDF_Dictionary* pFormDict, in FindFont() function 251 if (FindFont(pFormDict, pFont, &csTag)) { in AddFont() 291 FindFont(pFormDict, pDocument, csFontName, pFont, csNameTag)) { in AddNativeFont()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 145 Font* FindFont(const char* font_name, const FontArray& font_array) { in FindFont() function 650 font_ = FindFont(font_name, font_array); in LoadFont()
|