Searched refs:wCodePage (Results 1 - 25 of 27) sorted by relevance

12

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_fontutils.h13 FX_WORD wCodePage; member in struct:_FGAS_FONTUSB
16 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles);
19 FX_WORD wCodePage);
H A Dfx_stdfontmgr.cpp57 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)
56 GetDefFontByCodePage( FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
116 FX_WORD wCodePage = FX_GetCodePageFromCharset(pFD->uCharSet); local
138 FX_WORD wCodePage = pRet->wCodePage; local
160 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
222 LoadFont(IFX_Stream* pFontStream, const FX_WCHAR* pszFontAlias, FX_DWORD dwFontStyles, FX_WORD wCodePage, FX_BOOL bSaveStream) argument
252 LoadFont(IFX_Font* pSrcFont, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
318 FindFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_DWORD dwMatchFlags, FX_WORD wCodePage, FX_DWORD dwUSB, FX_WCHAR wUnicode) argument
700 GetDefFontByCodePage(FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
728 GetFontByCodePage(FX_WORD wCodePage, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
780 FX_WORD wCodePage = NULL == x ? 0xFFFF : x->wCodePage; local
1034 MatchFonts(CFX_FontDescriptorInfos& MatchedFonts, FX_WORD wCodePage, FX_DWORD dwFontStyles, const CFX_WideString& FontName, FX_WCHAR wcUnicode) argument
1069 FX_WORD wCodePage; member in struct:FX_BitCodePage
1084 FX_GetCodePageBit(FX_WORD wCodePage) argument
1100 CalcPenalty(CFX_FontDescriptor* pInstalled, FX_WORD wCodePage, FX_DWORD dwFontStyles, const CFX_WideString& FontName, FX_WCHAR wcUnicode) argument
[all...]
H A Dfx_stdfontmgr.h21 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,
H A Dfx_gefont.h23 FX_WORD wCodePage);
28 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0);
H A Dfx_gdifont.h37 FX_WORD wCodePage);
42 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) {
H A Dfx_fontutils.cpp9 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles) { argument
10 FX_DWORD dwHash = wCodePage;
33 FX_WORD wCodePage) {
41 wsFont += wCodePage;
31 FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
H A Dfx_gefont.cpp13 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) { argument
11 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage, IFX_FontMgr* pFontMgr) argument
189 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
H A Dfx_gdifont.cpp47 FX_WORD wCodePage,
50 if (!pFont->LoadFont(pszFontFamily, dwFontStyles, wCodePage)) {
163 FX_WORD wCodePage) {
181 FX_WORD wCharSet = FX_GetCharsetFromCodePage(wCodePage);
45 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage, IFX_FontMgr* pFontMgr) argument
161 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.h14 FX_WORD wCodePage; member in struct:XFA_FONTINFO
25 FX_WORD wCodePage = 0xFFFF) override;
29 FX_WORD wCodePage = 0xFFFF) override;
72 FX_WORD wCodePage = 0xFFFF);
H A Dxfa_fontmgr.cpp1766 FX_WORD wCodePage) {
1773 dwFontStyles, wCodePage);
1779 pCurFont ? pCurFont->wCodePage : wCodePage, pFDEFontMgr);
1804 pFont = pFDEFontMgr->LoadFont(wsReplace, dwStyle, wCodePage);
1808 pCurFont->wCodePage, pFDEFontMgr);
1827 FX_WORD wCodePage) {
1831 pFDEFontMgr->LoadFont(L"Arial Narrow", dwFontStyles, wCodePage);
1836 pCurFont ? pCurFont->wCodePage : 1252, pFDEFontMgr);
1841 pFDEFontMgr->LoadFont((const FX_WCHAR*)NULL, dwFontStyles, wCodePage);
1763 GetFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
1824 GetDefaultFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
2057 GetFont(IXFA_Doc* hDoc, const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h54 FX_WORD wCodePage,
69 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) = 0;
101 FX_WORD wCodePage; member in struct:_FX_FONTMATCHPARAMS
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,
234 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
[all...]
H A Dfx_stm.h65 virtual FX_WORD SetCodePage(FX_WORD wCodePage) = 0;
H A Dfx_cpg.h150 int32_t FX_DecodeString(FX_WORD wCodePage,
228 static IFX_CodePage* Create(FX_WORD wCodePage);
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstylesheet.cpp48 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;
45 LoadFromStream( const CFX_WideString& szUrl, IFX_Stream* pStream, FX_WORD wCodePage, FX_DWORD dwMediaList) argument
57 LoadFromBuffer( const CFX_WideString& szUrl, const FX_WCHAR* pBuffer, int32_t iBufSize, FX_WORD wCodePage, FX_DWORD dwMediaList) argument
122 LoadFromStream(const CFX_WideString& szUrl, IFX_Stream* pStream, FX_WORD wCodePage) argument
139 LoadFromBuffer(const CFX_WideString& szUrl, const FX_WCHAR* pBuffer, int32_t iBufSize, FX_WORD wCodePage) argument
[all...]
H A Dfde_cssstylesheet.h111 FX_WORD wCodePage);
115 FX_WORD wCodePage);
H A Dfde_csssyntax.cpp335 FX_WORD wCodePage = FX_GetCodePageFormStringW( local
337 if (wCodePage < 0xFFFF &&
338 m_pStream->GetCodePage() != wCodePage) {
339 m_pStream->SetCodePage(wCodePage);
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_encode.cpp104 int32_t FX_DecodeString(FX_WORD wCodePage, argument
110 if (wCodePage == FX_CODEPAGE_UTF8) {
H A Dfx_stream.h202 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
244 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
H A Dfx_stream.cpp754 FX_WORD CFX_TextStream::SetCodePage(FX_WORD wCodePage) { argument
759 m_wCodePage = wCodePage;
1158 FX_WORD CFX_Stream::SetCodePage(FX_WORD wCodePage) { argument
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.h48 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
H A Dxfa_parser_imp.cpp75 FX_WORD wCodePage = m_pStream->GetCodePage(); local
76 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
77 wCodePage != FX_CODEPAGE_UTF8) {
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp389 FX_WORD wCodePage = pXMLStream->GetCodePage(); local
390 if (wCodePage == FX_CODEPAGE_UTF16LE) {
392 } else if (wCodePage == FX_CODEPAGE_UTF16BE) {
915 FX_WORD wCodePage = m_pStream->GetCodePage(); local
916 if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE &&
917 wCodePage != FX_CODEPAGE_UTF8) {
959 FX_WORD wCodePage = pXMLStream->GetCodePage(); local
960 if (wCodePage == FX_CODEPAGE_UTF16LE) {
962 } else if (wCodePage
1068 FX_WORD wCodePage = pXMLStream->GetCodePage(); local
[all...]
/external/pdfium/xfa/include/fwl/theme/
H A Dwidgettp.h171 FX_WORD wCodePage);
174 FX_WORD wCodePage);
/external/pdfium/xfa/src/fwl/src/theme/
H A Dwidgettp.cpp723 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)) {
721 Equal(const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
752 FindFont(const CFX_WideStringC& wsFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage) argument
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h298 FX_WORD wCodePage = 0xFFFF) = 0;
302 FX_WORD wCodePage = 0xFFFF) = 0;

Completed in 295 milliseconds

12