Searched refs:wCodePage (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 93 if (pParams->wCodePage != 0xFFFF) { in MatchDefaultFont() 94 if (FX_GetCodePageFromCharset(font.uCharSet) != pParams->wCodePage) in MatchDefaultFont() 188 uint16_t wCodePage, in GetFontByUnicodeImpl() argument 191 wCodePage, wBitField, wUnicode); in GetFontByUnicodeImpl() 194 FindFont(nullptr, dwFontStyles, false, wCodePage, wBitField, wUnicode); in GetFontByUnicodeImpl() 219 uint16_t wCodePage, in FindFont() argument 226 params.wCodePage = wCodePage; in FindFont() 325 uint16_t FX_GetCodePageBit(uint16_t wCodePage) { in FX_GetCodePageBit() argument 327 if (g_CodePages[i] == wCodePage) in FX_GetCodePageBit() 537 uint16_t wCodePage, in CalcPenalty() argument [all …]
|
D | cfgas_fontmgr.h | 36 uint16_t wCodePage; member 104 RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage, 112 uint16_t wCodePage); 122 uint16_t wCodePage, 129 uint16_t wCodePage, 140 uint16_t wCodePage,
|
D | fgas_fontutils.h | 16 uint16_t wCodePage; member 26 uint16_t wCodePage; member
|
D | cfgas_gefont.cpp | 25 uint16_t wCodePage, in LoadFont() argument 29 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont() 35 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont() 77 uint16_t wCodePage) { in LoadFontInternal() argument 94 m_pFont->LoadSubst(csFontFamily, true, dwFontStyles, iWeight, 0, wCodePage, in LoadFontInternal()
|
D | cfgas_gefont.h | 35 uint16_t wCodePage, 70 uint16_t wCodePage);
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 229 uint16_t wCodePage) { in Equal() argument 231 m_dwCodePage == wCodePage; in Equal() 273 uint16_t wCodePage) { in FindFont() argument 275 if (pData->Equal(wsFontFamily, dwFontStyles, wCodePage)) in FindFont() 279 if (!pFontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) in FindFont()
|
D | cfwl_widgettp.h | 87 uint16_t wCodePage); 90 uint16_t wCodePage);
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser.cpp | 67 uint16_t wCodePage = proxy->GetCodePage(); in CFX_XMLParser() local 68 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && in CFX_XMLParser() 69 wCodePage != FX_CODEPAGE_UTF8) { in CFX_XMLParser()
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 177 void CFX_SeekableStreamProxy::SetCodePage(uint16_t wCodePage) { in SetCodePage() argument 180 m_wCodePage = wCodePage; in SetCodePage()
|
D | cfx_seekablestreamproxy.h | 26 void SetCodePage(uint16_t wCodePage);
|