Searched refs:nCharset (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp91 int32_t nCharset,
98 if (nCharset == DEFAULT_CHARSET || pData->nCharset == SYMBOL_CHARSET ||
99 nCharset == pData->nCharset) {
107 GetFontIndex(GetNativeFontName(nCharset), nCharset, TRUE);
135 CFX_ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) { argument
139 if (pData->nCharset == nCharset)
90 GetWordFontIndex(FX_WORD word, int32_t nCharset, int32_t nFontIndex) argument
185 FindFont(const CFX_ByteString& sFontName, int32_t nCharset) argument
199 GetFontIndex(const CFX_ByteString& sFontName, int32_t nCharset, FX_BOOL bFind) argument
220 GetPWLFontIndex(FX_WORD word, int32_t nCharset) argument
243 FindFontSameCharset(CFX_ByteString& sFontAlias, int32_t nCharset) argument
248 AddFontData(CPDF_Font* pFont, const CFX_ByteString& sFontAlias, int32_t nCharset) argument
274 GetNativeFont(int32_t nCharset) argument
288 AddFontToDocument(CPDF_Document* pDoc, CFX_ByteString& sFontName, uint8_t nCharset) argument
314 AddSystemFont(CPDF_Document* pDoc, CFX_ByteString& sFontName, uint8_t nCharset) argument
332 EncodeFontAlias(const CFX_ByteString& sFontName, int32_t nCharset) argument
358 uint8_t nCharset = ANSI_CHARSET; local
425 GetDefaultFontByCharset(int32_t nCharset) argument
[all...]
H A DPWL_EditCtrl.cpp506 void CPWL_EditCtrl::InsertWord(FX_WORD word, int32_t nCharset) { argument
508 m_pEdit->InsertWord(word, nCharset);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_FontMap.h18 int32_t nCharset; member in struct:CPWL_FontMap_Data
23 int32_t nCharset; member in struct:CPWL_FontMap_Native
60 int32_t nCharset,
69 CFX_ByteString GetNativeFontName(int32_t nCharset);
71 static CFX_ByteString GetDefaultFontByCharset(int32_t nCharset);
75 uint8_t nCharset);
80 uint8_t nCharset);
86 int32_t nCharset);
93 int32_t nCharset,
95 int32_t GetPWLFontIndex(FX_WORD word, int32_t nCharset);
[all...]
H A DPWL_EditCtrl.h152 void InsertWord(FX_WORD word, int32_t nCharset);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp35 int32_t nCharset = DEFAULT_CHARSET; local
41 nCharset = pSubstFont->m_Charset;
47 nCharset = SYMBOL_CHARSET;
49 nCharset = ANSI_CHARSET;
51 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset);
56 if (nCharset != ANSI_CHARSET)
70 int32_t nCharset = DEFAULT_CHARSET; local
72 nCharset = pSubstFont->m_Charset;
73 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset);
77 int32_t nCharset) {
76 FindFontSameCharset(CFX_ByteString& sFontAlias, int32_t nCharset) argument
106 FindResFontSameCharset(CPDF_Dictionary* pResDict, CFX_ByteString& sFontAlias, int32_t nCharset) argument
[all...]
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_CBA_Fontmap.h30 int32_t nCharset) override;
35 int32_t nCharset);
/external/pdfium/fpdfsdk/include/
H A Dfx_systemhandler.h86 virtual CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) = 0;
87 virtual FX_BOOL FindNativeTrueTypeFont(int32_t nCharset,
91 uint8_t nCharset) = 0;
/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h148 uint8_t nCharset,
186 uint8_t nCharset,
220 uint8_t nCharset,
239 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.h24 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
150 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
162 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
H A Dfx_stdfontmgr.cpp83 uint8_t nCharset,
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
707 IFX_Font* CFX_FontMgrImp::GetDefFontByCharset(uint8_t nCharset, argument
712 this, nCharset, dwFontStyles, pszFontFamily);
766 IFX_Font* CFX_FontMgrImp::GetFontByCharset(uint8_t nCharset, argument
769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
82 GetDefFontByCharset( uint8_t nCharset, FX_DWORD dwFontStyles, const FX_WCHAR* pszFontFamily) argument
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp67 CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) override;
68 FX_BOOL FindNativeTrueTypeFont(int32_t nCharset,
72 uint8_t nCharset) override;
143 CFX_ByteString CFX_SystemHandler::GetNativeTrueTypeFont(int32_t nCharset) { argument
148 int32_t nCharset,
186 uint8_t nCharset) {
189 pFXFont->LoadSubst(sFontFaceName, TRUE, 0, 0, 0, CharSet2CP(nCharset),
191 CPDF_Font* pFont = pDoc->AddFont(pFXFont, nCharset, FALSE);
147 FindNativeTrueTypeFont( int32_t nCharset, CFX_ByteString sFontFaceName) argument
183 AddNativeTrueTypeFontToPDF( CPDF_Document* pDoc, CFX_ByteString sFontFaceName, uint8_t nCharset) argument
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h119 nCharset(0),
130 nCharset(charset),
139 nCharset(0),
152 nCharset = word.nCharset;
163 int32_t nCharset; member in struct:CPVT_WordInfo
H A Ddoc_vt.cpp1753 word.nCharset = pWord->nCharset;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h215 nCharset(0),
225 int32_t nCharset; member in struct:CPVT_Word
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1466 wordinfo.Word, wordinfo.nCharset, pWordProps->nFontIndex);
2561 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset,
2565 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset,
2625 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset,
2629 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset,
2699 wordinfo.nCharset, secinfo.SecProps, secinfo.WordProps));
2708 wordinfo.nCharset, secinfo.SecProps, wordinfo.WordProps));

Completed in 171 milliseconds