/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_FontMap.cpp | 91 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) { 139 if (pData->nCharset == nCharset) [all...] |
PWL_EditCtrl.cpp | 506 void CPWL_EditCtrl::InsertWord(FX_WORD word, int32_t nCharset) { 508 m_pEdit->InsertWord(word, nCharset);
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_FontMap.h | 18 int32_t nCharset; 23 int32_t nCharset; 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...] |
PWL_EditCtrl.h | 87 void SetCharSet(uint8_t nCharSet) { m_nCharSet = nCharSet; } 152 void InsertWord(FX_WORD word, int32_t nCharset);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
FFL_CBA_Fontmap.cpp | 35 int32_t nCharset = DEFAULT_CHARSET; 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; 72 nCharset = pSubstFont->m_Charset; 73 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset); 77 int32_t nCharset) { [all...] |
/external/pdfium/fpdfsdk/include/formfiller/ |
FFL_CBA_Fontmap.h | 30 int32_t nCharset) override; 35 int32_t nCharset);
|
/external/pdfium/fpdfsdk/include/ |
fx_systemhandler.h | 86 virtual CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) = 0; 87 virtual FX_BOOL FindNativeTrueTypeFont(int32_t nCharset, 91 uint8_t nCharset) = 0; 104 virtual void SetCharSet(int32_t nCharSet) = 0;
|
/external/pdfium/xfa/src/fgas/include/ |
fx_fnt.h | 148 uint8_t nCharset,
186 uint8_t nCharset,
220 uint8_t nCharset,
239 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
|
/external/pdfium/core/src/fpdfdoc/ |
pdf_vt.h | 119 nCharset(0), 130 nCharset(charset), 139 nCharset(0), 152 nCharset = word.nCharset; 163 int32_t nCharset;
|
doc_vt.cpp | [all...] |
/external/pdfium/xfa/src/fgas/src/font/ |
fx_stdfontmgr.h | 24 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
150 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
162 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
|
fx_stdfontmgr.cpp | 83 uint8_t nCharset,
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
707 IFX_Font* CFX_FontMgrImp::GetDefFontByCharset(uint8_t nCharset,
712 this, nCharset, dwFontStyles, pszFontFamily);
766 IFX_Font* CFX_FontMgrImp::GetFontByCharset(uint8_t nCharset,
769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
[all...] |
/external/pdfium/core/include/fpdfdoc/ |
fpdf_vt.h | 215 nCharset(0), 225 int32_t nCharset;
|
/external/pdfium/fpdfsdk/src/ |
fsdk_mgr.cpp | 67 CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) override; 68 FX_BOOL FindNativeTrueTypeFont(int32_t nCharset, 72 uint8_t nCharset) override; 89 void SetCharSet(int32_t nCharSet) override { m_nCharSet = nCharSet; } 143 CFX_ByteString CFX_SystemHandler::GetNativeTrueTypeFont(int32_t nCharset) { 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) [all...] |
/external/pdfium/fpdfsdk/src/fxedit/ |
fxet_edit.cpp | [all...] |