OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFontByCodePage
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
231
virtual IFX_Font*
GetFontByCodePage
(FX_WORD wCodePage,
237
return
GetFontByCodePage
(wCodePage, dwFontStyles, pszFontFamily);
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h
159
virtual IFX_Font*
GetFontByCodePage
(FX_WORD wCodePage,
fx_stdfontmgr.cpp
728
IFX_Font* CFX_FontMgrImp::
GetFontByCodePage
(FX_WORD wCodePage,
769
return
GetFontByCodePage
(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
882
return
GetFontByCodePage
(FX_GetDefCodePageByLanguage(wLanguage), dwFontStyles,
[
all
...]
fx_gefont.cpp
17
return pFontMgr->
GetFontByCodePage
(wCodePage, dwFontStyles, pszFontFamily);
/external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp
72
m_pCalendarFont = m_pApp->GetFDEFontMgr()->
GetFontByCodePage
(
Completed in 56 milliseconds