Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp82 int32_t nCharset, in GetWordFontIndex() argument
89 if (nCharset == FX_CHARSET_Default || in GetWordFontIndex()
90 pData->nCharset == FX_CHARSET_Symbol || nCharset == pData->nCharset) { in GetWordFontIndex()
98 GetFontIndex(GetNativeFontName(nCharset), nCharset, true); in GetWordFontIndex()
125 ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) { in GetNativeFontName() argument
127 if (pData && pData->nCharset == nCharset) in GetNativeFontName()
131 ByteString sNew = GetNativeFont(nCharset); in GetNativeFontName()
136 pNewData->nCharset = nCharset; in GetNativeFontName()
160 int32_t CPWL_FontMap::FindFont(const ByteString& sFontName, int32_t nCharset) { in FindFont() argument
164 (nCharset == FX_CHARSET_Default || nCharset == pData->nCharset) && in FindFont()
[all …]
Dcpwl_font_map.h22 int32_t nCharset; member
27 int32_t nCharset; member
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 = FX_CHARSET_Default);
[all …]
Dcpwl_edit_ctrl.cpp384 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { in InsertWord() argument
386 m_pEdit->InsertWord(word, nCharset); in InsertWord()
Dcpwl_edit_ctrl.h74 void InsertWord(uint16_t word, int32_t nCharset);
Dcpwl_edit_impl.cpp1581 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset)); in Backspace()
1584 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset)); in Backspace()
1617 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, bSecEnd)); in Delete()
1620 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, bSecEnd)); in Delete()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp45 int32_t nCharset = FX_CHARSET_Default; in Initialize() local
51 nCharset = pSubstFont->m_Charset; in Initialize()
57 nCharset = FX_CHARSET_Symbol; in Initialize()
59 nCharset = FX_CHARSET_ANSI; in Initialize()
61 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset); in Initialize()
66 if (nCharset != FX_CHARSET_ANSI) in Initialize()
80 int32_t nCharset = FX_CHARSET_Default; in SetDefaultFont() local
82 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
83 AddFontData(m_pDefaultFont.Get(), m_sDefaultFontName, nCharset); in SetDefaultFont()
87 int32_t nCharset) { in FindFontSameCharset() argument
[all …]
Dcba_fontmap.h30 int32_t nCharset) override;
35 int32_t nCharset);
/external/pdfium/core/fpdfdoc/
Dcpvt_wordinfo.cpp13 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
21 nCharset(charset), in CPVT_WordInfo()
29 nCharset(FX_CHARSET_ANSI), in CPVT_WordInfo()
44 nCharset = word.nCharset; in operator =()
Dcpvt_word.h18 int32_t nCharset; variable
30 nCharset(0), in CPVT_Word()
Dcpvt_wordinfo.h23 int32_t nCharset; member
Dcpdf_variabletext.cpp147 word.nCharset = pWord->nCharset; in GetWord()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp119 uint8_t nCharset) { in AddNativeTrueTypeFontToPDF() argument
124 pFXFont->LoadSubst(sFontFaceName, true, 0, 0, 0, CharSet2CP(nCharset), false); in AddNativeTrueTypeFontToPDF()
125 return pDoc->AddFont(pFXFont.get(), nCharset, false); in AddNativeTrueTypeFontToPDF()
Dcfx_systemhandler.h64 uint8_t nCharset);