Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_codepage.h101 uint16_t FX_GetCodePageFromCharset(uint8_t charset);
Dfx_codepage.cpp211 uint16_t FX_GetCodePageFromCharset(uint8_t charset) { in FX_GetCodePageFromCharset() function
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp94 if (FX_GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage) in MatchDefaultFont()
199 uint16_t newCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); in GetFontByUnicodeImpl()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp63 FX_GetCodePageFromCharset(nCharset), false); in AddNativeTrueTypeFontToPDF()