Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp87 int32_t nCharset, in GetWordFontIndex() argument
94 if (nCharset == FXFONT_DEFAULT_CHARSET || in GetWordFontIndex()
95 pData->nCharset == FXFONT_SYMBOL_CHARSET || in GetWordFontIndex()
96 nCharset == pData->nCharset) { in GetWordFontIndex()
104 GetFontIndex(GetNativeFontName(nCharset), nCharset, true); in GetWordFontIndex()
132 CFX_ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) { in GetNativeFontName() argument
134 if (pData && pData->nCharset == nCharset) in GetNativeFontName()
138 CFX_ByteString sNew = GetNativeFont(nCharset); in GetNativeFontName()
143 pNewData->nCharset = nCharset; in GetNativeFontName()
168 int32_t nCharset) { in FindFont() argument
[all …]
DPWL_FontMap.h23 int32_t nCharset; member
28 int32_t nCharset; member
41 int32_t nCharset,
48 CFX_ByteString GetNativeFontName(int32_t nCharset);
50 static CFX_ByteString GetDefaultFontByCharset(int32_t nCharset);
57 int32_t nCharset);
64 int32_t nCharset,
68 int32_t nCharset = FXFONT_DEFAULT_CHARSET);
71 int32_t nCharset);
79 int32_t nCharset = FXFONT_DEFAULT_CHARSET);
[all …]
DPWL_EditCtrl.h115 void InsertWord(uint16_t word, int32_t nCharset);
DPWL_EditCtrl.cpp465 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { in InsertWord() argument
467 m_pEdit->InsertWord(word, nCharset); in InsertWord()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp45 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in Initialize() local
51 nCharset = pSubstFont->m_Charset; in Initialize()
57 nCharset = FXFONT_SYMBOL_CHARSET; in Initialize()
59 nCharset = FXFONT_ANSI_CHARSET; in Initialize()
61 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset); in Initialize()
66 if (nCharset != FXFONT_ANSI_CHARSET) in Initialize()
80 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in SetDefaultFont() local
82 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
83 AddFontData(m_pDefaultFont, 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.cpp12 nCharset(FXFONT_ANSI_CHARSET), in CPVT_WordInfo()
23 nCharset(charset), in CPVT_WordInfo()
31 nCharset(FXFONT_ANSI_CHARSET), in CPVT_WordInfo()
46 nCharset = word.nCharset; in operator =()
Dcpvt_word.h19 int32_t nCharset; variable
32 nCharset(0), in CPVT_Word()
Dcpvt_wordinfo.h27 int32_t nCharset; member
Dcpdf_variabletext.cpp172 word.nCharset = pWord->nCharset; in GetWord()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp113 uint8_t nCharset) { in AddNativeTrueTypeFontToPDF() argument
118 pFXFont->LoadSubst(sFontFaceName, true, 0, 0, 0, CharSet2CP(nCharset), false); in AddNativeTrueTypeFontToPDF()
119 return pDoc->AddFont(pFXFont.get(), nCharset, false); in AddNativeTrueTypeFontToPDF()
Dcfx_systemhandler.h65 uint8_t nCharset);
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1933 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Backspace()
1937 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Backspace()
1973 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Delete()
1977 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Delete()