HomeSort by relevance Sort by last modified time
    Searched defs:wCodePage (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/src/fgas/src/font/
fx_fontutils.h 13 FX_WORD wCodePage;
16 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles);
19 FX_WORD wCodePage);
fx_stdfontmgr.cpp 57 FX_WORD wCodePage,
60 FX_DWORD dwHash = FGAS_GetFontHashCode(wCodePage, dwFontStyles);
63 return pFont ? LoadFont(pFont, dwFontStyles, wCodePage) : NULL;
66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL)
67 if ((pFD = FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL)
68 if ((pFD = FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) {
72 pFont = IFX_Font::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
76 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage);
78 return LoadFont(pFont, dwFontStyles, wCodePage);
102 return pFont ? LoadFont(pFont, dwFontStyles, pRet->wCodePage) : NULL;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.h 14 FX_WORD wCodePage;
25 FX_WORD wCodePage = 0xFFFF) override;
29 FX_WORD wCodePage = 0xFFFF) override;
72 FX_WORD wCodePage = 0xFFFF);
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 335 FX_WORD wCodePage = FX_GetCodePageFormStringW(
337 if (wCodePage < 0xFFFF &&
338 m_pStream->GetCodePage() != wCodePage) {
339 m_pStream->SetCodePage(wCodePage);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 169 unsigned short wCodePage;
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 54 FX_WORD wCodePage,
69 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) = 0;
101 FX_WORD wCodePage;
144 FX_WORD wCodePage,
161 FX_WORD wCodePage = 0xFFFF) = 0;
167 FX_WORD wCodePage = 0,
171 FX_WORD wCodePage = 0xFFFF) = 0;
181 FX_WORD wCodePage,
216 FX_WORD wCodePage,
231 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 389 FX_WORD wCodePage = pXMLStream->GetCodePage();
390 if (wCodePage == FX_CODEPAGE_UTF16LE) {
392 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
915 FX_WORD wCodePage = m_pStream->GetCodePage();
916 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
917 wCodePage != FX_CODEPAGE_UTF8) {
959 FX_WORD wCodePage = pXMLStream->GetCodePage();
960 if (wCodePage == FX_CODEPAGE_UTF16LE) {
962 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 75 FX_WORD wCodePage = m_pStream->GetCodePage();
76 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
77 wCodePage != FX_CODEPAGE_UTF8) {
    [all...]

Completed in 255 milliseconds