HomeSort by relevance Sort by last modified time
    Searched refs:wCodePage (Results 1 - 25 of 28) sorted by null

1 2

  /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...]
fx_stdfontmgr.h 21 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
35 FX_WORD wCodePage = 0xFFFF);
41 FX_WORD wCodePage = 0,
45 FX_WORD wCodePage = 0xFFFF);
66 FX_WORD wCodePage,
147 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
159 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
200 FX_WORD wCodePage,
205 FX_WORD wCodePage,
fx_gdifont.h 37 FX_WORD wCodePage);
42 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) {
fx_gefont.h 23 FX_WORD wCodePage);
28 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0);
fx_fontutils.cpp 9 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles) {
10 FX_DWORD dwHash = wCodePage;
33 FX_WORD wCodePage) {
41 wsFont += wCodePage;
fx_gefont.cpp 13 FX_WORD wCodePage,
17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);
22 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
191 FX_WORD wCodePage) {
224 FX_WORD wCharSet = FX_GetCharsetFromCodePage(wCodePage);
237 m_pFont->LoadSubst(csFontFamily, TRUE, dwFlags, iWeight, 0, wCodePage);
341 IFX_Font* CFX_GEFont::Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage) {
fx_gdifont.cpp 47 FX_WORD wCodePage,
50 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
163 FX_WORD wCodePage) {
181 FX_WORD wCharSet = FX_GetCharsetFromCodePage(wCodePage);
  /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);
xfa_fontmgr.cpp     [all...]
  /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...]
fx_stm.h 65 virtual FX_WORD SetCodePage(FX_WORD wCodePage) = 0;
fx_cpg.h 150 int32_t FX_DecodeString(FX_WORD wCodePage,
223 FX_WORD wCodepage;
228 static IFX_CodePage* Create(FX_WORD wCodePage);
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 48 FX_WORD wCodePage,
51 if (!pStyleSheet->LoadFromStream(szUrl, pStream, wCodePage)) {
61 FX_WORD wCodePage,
64 if (!pStyleSheet->LoadFromBuffer(szUrl, pBuffer, iBufSize, wCodePage)) {
124 FX_WORD wCodePage) {
130 if (pStream->GetCodePage() != wCodePage) {
131 pStream->SetCodePage(wCodePage);
135 m_wCodePage = wCodePage;
142 FX_WORD wCodePage) {
150 m_wCodePage = wCodePage;
    [all...]
fde_cssstylesheet.h 111 FX_WORD wCodePage);
115 FX_WORD wCodePage);
fde_csssyntax.cpp 335 FX_WORD wCodePage = FX_GetCodePageFormStringW(
337 if (wCodePage < 0xFFFF &&
338 m_pStream->GetCodePage() != wCodePage) {
339 m_pStream->SetCodePage(wCodePage);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 48 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
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...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_encode.cpp 104 int32_t FX_DecodeString(FX_WORD wCodePage,
110 if (wCodePage == FX_CODEPAGE_UTF8) {
fx_stream.h 202 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
244 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
fx_stream.cpp 754 FX_WORD CFX_TextStream::SetCodePage(FX_WORD wCodePage) {
759 m_wCodePage = 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/include/fwl/theme/
widgettp.h 171 FX_WORD wCodePage);
174 FX_WORD wCodePage);
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 723 FX_WORD wCodePage) {
725 m_dwCodePage == wCodePage;
754 FX_WORD wCodePage) {
757 if (data->Equal(wsFontFamily, dwFontStyles, wCodePage)) {
762 if (!fontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 169 unsigned short wCodePage;

Completed in 763 milliseconds

1 2