Home
last modified time | relevance | path

Searched refs:FX_GetCodePageFromCharset (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetDefFontByCharset()
116 FX_WORD wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in GetDefFontByUnicode()
177 wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in LoadFont()
384 if (FX_GetCodePageFromCharset(pFont->uCharSet) != pParams->wCodePage) { in FX_DefFontMatcher()
769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetFontByCharset()
Dfx_gdifont.cpp504 return FX_GetFontHashCode(FX_GetCodePageFromCharset(m_LogFont.lfCharSet), in GetHashCode()
/external/pdfium/xfa/src/fgas/include/
Dfx_cpg.h133 FX_WORD FX_GetCodePageFromCharset(uint8_t charset);
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_codepage.cpp17 FX_WORD FX_GetCodePageFromCharset(uint8_t charset) { in FX_GetCodePageFromCharset() function