/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL) in GetDefFontByCodePage() 67 if ((pFD = FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL) in GetDefFontByCodePage() 68 if ((pFD = FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) { in GetDefFontByCodePage() 106 FindFont(pszFontFamily, dwFontStyles, FALSE, pRet->wCodePage, in GetDefFontByUnicode() 109 pFD = FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField, in GetDefFontByUnicode() 170 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL) in LoadFont() 171 if ((pFD = FindFont(pszFontFamily, dwFontStyles, FALSE, wCodePage)) == in LoadFont() 318 FX_LPCFONTDESCRIPTOR CFX_StdFontMgrImp::FindFont(const FX_WCHAR* pszFontFamily, in FindFont() function in CFX_StdFontMgrImp
|
D | fx_stdfontmgr.h | 63 FX_LPCFONTDESCRIPTOR FindFont(const FX_WCHAR* pszFontFamily,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.h | 49 IFX_Font* FindFont(CFX_ByteString strFamilyName,
|
D | xfa_fontmgr.cpp | 1881 IFX_Font* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName, in FindFont() function in CXFA_PDFFontMgr 1944 pFont = FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 121 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
D | fx_ge_fontmap.cpp | 1485 void* CFX_FolderFontInfo::FindFont(int weight, in FindFont() function in CFX_FolderFontInfo
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 106 int32_t FindFont(const CFX_ByteString& sFontName,
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 185 int32_t CPWL_FontMap::FindFont(const CFX_ByteString& sFontName, in FindFont() function in CPWL_FontMap 202 int32_t nFontIndex = FindFont(EncodeFontAlias(sFontName, nCharset), nCharset); in GetFontIndex()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 60 CFX_ByteString FindFont(const CFX_ByteString& name); 194 CFX_ByteString CFX_Win32FontInfo::FindFont(const CFX_ByteString& name) { in FindFont() function in CFX_Win32FontInfo 232 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 265 m_KaiTi = FindFont("KaiTi"); in GetGBPreference() 273 m_FangSong = FindFont("FangSong"); in GetGBPreference()
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 169 m_pFDEFont = FWL_GetFontManager()->FindFont(strFont, 0, 0); in SetFont() 196 m_pFDEFont = FWL_GetFontManager()->FindFont(FX_WSTRC(L"Helvetica"), 0, 0); in InitTTO() 752 IFX_Font* CFWL_FontManager::FindFont(const CFX_WideStringC& wsFontFamily, in FindFont() function in CFWL_FontManager
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 143 Font* FindFont(const char* font_name, const FontArray& font_array) { in FindFont() function 630 font_ = FindFont(font_name, font_array); in LoadFont()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 428 void* FindFont(int weight,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | pageint.h | 146 CPDF_Font* FindFont(const CFX_ByteString& name);
|
D | fpdf_page_parser.cpp | 1118 CPDF_Font* pFont = FindFont(GetString(1)); in Handle_SetFont() 1152 CPDF_Font* CPDF_StreamContentParser::FindFont(const CFX_ByteString& name) { in FindFont() function in CPDF_StreamContentParser
|
D | fpdf_page_graph_state.cpp | 505 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0))); in ProcessExtGS()
|