Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp66 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
Dfx_stdfontmgr.h63 FX_LPCFONTDESCRIPTOR FindFont(const FX_WCHAR* pszFontFamily,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h49 IFX_Font* FindFont(CFX_ByteString strFamilyName,
Dxfa_fontmgr.cpp1881 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/
Dfx_ge_linux.cpp121 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
Dfx_ge_fontmap.cpp1485 void* CFX_FolderFontInfo::FindFont(int weight, in FindFont() function in CFX_FolderFontInfo
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h106 int32_t FindFont(const CFX_ByteString& sFontName,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp185 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/
Dfx_win32_device.cpp60 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/
Dwidgettp.h191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp169 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/
Dsubsetter_impl.cc143 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/
Dfx_font.h428 void* FindFont(int weight,
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h146 CPDF_Font* FindFont(const CFX_ByteString& name);
Dfpdf_page_parser.cpp1118 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
Dfpdf_page_graph_state.cpp505 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0))); in ProcessExtGS()