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

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_font_map.cpp82 int32_t nCharset,
89 if (nCharset == FX_CHARSET_Default ||
90 pData->nCharset == FX_CHARSET_Symbol || nCharset == pData->nCharset) {
98 GetFontIndex(GetNativeFontName(nCharset), nCharset, true);
125 ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) { argument
127 if (pData && pData->nCharset == nCharset)
81 GetWordFontIndex(uint16_t word, int32_t nCharset, int32_t nFontIndex) argument
160 FindFont(const ByteString& sFontName, int32_t nCharset) argument
173 GetFontIndex(const ByteString& sFontName, int32_t nCharset, bool bFind) argument
191 FindFontSameCharset(ByteString* sFontAlias, int32_t nCharset) argument
196 AddFontData(CPDF_Font* pFont, const ByteString& sFontAlias, int32_t nCharset) argument
209 GetNativeFont(int32_t nCharset) argument
220 AddFontToDocument(CPDF_Document* pDoc, ByteString& sFontName, uint8_t nCharset) argument
246 AddSystemFont(CPDF_Document* pDoc, ByteString& sFontName, uint8_t nCharset) argument
261 EncodeFontAlias(const ByteString& sFontName, int32_t nCharset) argument
277 uint8_t nCharset = FX_CHARSET_ANSI; local
347 GetDefaultFontByCharset(int32_t nCharset) argument
[all...]
H A Dcpwl_font_map.h22 int32_t nCharset; member in struct:CPWL_FontMap_Data
27 int32_t nCharset; member in struct:CPWL_FontMap_Native
40 int32_t nCharset,
47 ByteString GetNativeFontName(int32_t nCharset);
49 static ByteString GetDefaultFontByCharset(int32_t nCharset);
56 int32_t nCharset);
63 int32_t nCharset,
67 int32_t nCharset = FX_CHARSET_Default);
69 ByteString EncodeFontAlias(const ByteString& sFontName, int32_t nCharset);
77 int32_t nCharset
[all...]
H A Dcpwl_edit_ctrl.h74 void InsertWord(uint16_t word, int32_t nCharset);
H A Dcpwl_edit_ctrl.cpp384 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { argument
386 m_pEdit->InsertWord(word, nCharset);
H A Dcpwl_edit_impl.cpp1581 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset));
1584 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset));
1617 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, bSecEnd));
1620 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, bSecEnd));
/external/pdfium/core/fpdfdoc/
H A Dcpvt_wordinfo.cpp13 nCharset(FX_CHARSET_ANSI),
21 nCharset(charset),
29 nCharset(FX_CHARSET_ANSI),
44 nCharset = word.nCharset;
H A Dcpvt_word.h18 int32_t nCharset; member in class:CPVT_Word
30 nCharset(0),
H A Dcpvt_wordinfo.h23 int32_t nCharset; member in struct:CPVT_WordInfo
H A Dcpdf_variabletext.cpp147 word.nCharset = pWord->nCharset;
/external/pdfium/fpdfsdk/formfiller/
H A Dcba_fontmap.cpp45 int32_t nCharset = FX_CHARSET_Default; local
51 nCharset = pSubstFont->m_Charset;
57 nCharset = FX_CHARSET_Symbol;
59 nCharset = FX_CHARSET_ANSI;
61 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset);
66 if (nCharset != FX_CHARSET_ANSI)
80 int32_t nCharset = FX_CHARSET_Default; local
82 nCharset = pSubstFont->m_Charset;
83 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset);
87 int32_t nCharset) {
86 FindFontSameCharset(ByteString* sFontAlias, int32_t nCharset) argument
111 FindResFontSameCharset(CPDF_Dictionary* pResDict, ByteString* sFontAlias, int32_t nCharset) argument
[all...]
H A Dcba_fontmap.h30 int32_t nCharset) override;
35 int32_t nCharset);
/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.cpp119 uint8_t nCharset) {
124 pFXFont->LoadSubst(sFontFaceName, true, 0, 0, 0, CharSet2CP(nCharset), false);
125 return pDoc->AddFont(pFXFont.get(), nCharset, false);
116 AddNativeTrueTypeFontToPDF( CPDF_Document* pDoc, ByteString sFontFaceName, uint8_t nCharset) argument
H A Dcfx_systemhandler.h64 uint8_t nCharset);

Completed in 561 milliseconds