HomeSort by relevance Sort by last modified time
    Searched refs:nCharset (Results 1 - 13 of 13) sorted by null

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.cpp 87 int32_t nCharset,
94 if (nCharset == FXFONT_DEFAULT_CHARSET ||
95 pData->nCharset == FXFONT_SYMBOL_CHARSET ||
96 nCharset == pData->nCharset) {
104 GetFontIndex(GetNativeFontName(nCharset), nCharset, true);
132 CFX_ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) {
134 if (pData && pData->nCharset == nCharset)
    [all...]
PWL_FontMap.h 23 int32_t nCharset;
28 int32_t nCharset;
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...]
PWL_EditCtrl.h 58 void SetCharSet(uint8_t nCharSet) { m_nCharSet = nCharSet; }
115 void InsertWord(uint16_t word, int32_t nCharset);
PWL_EditCtrl.cpp 465 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) {
467 m_pEdit->InsertWord(word, nCharset);
  /external/pdfium/core/fpdfdoc/
cpvt_word.h 19 int32_t nCharset;
32 nCharset(0),
cpvt_wordinfo.cpp 12 nCharset(FXFONT_ANSI_CHARSET),
23 nCharset(charset),
31 nCharset(FXFONT_ANSI_CHARSET),
46 nCharset = word.nCharset;
cpvt_wordinfo.h 27 int32_t nCharset;
cpdf_variabletext.cpp 172 word.nCharset = pWord->nCharset;
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 45 int32_t nCharset = FXFONT_DEFAULT_CHARSET;
51 nCharset = pSubstFont->m_Charset;
57 nCharset = FXFONT_SYMBOL_CHARSET;
59 nCharset = FXFONT_ANSI_CHARSET;
61 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset);
66 if (nCharset != FXFONT_ANSI_CHARSET)
80 int32_t nCharset = FXFONT_DEFAULT_CHARSET;
82 nCharset = pSubstFont->m_Charset;
83 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset);
87 int32_t nCharset) {
    [all...]
cba_fontmap.h 30 int32_t nCharset) override;
35 int32_t nCharset);
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 113 uint8_t nCharset) {
118 pFXFont->LoadSubst(sFontFaceName, true, 0, 0, 0, CharSet2CP(nCharset), false);
119 return pDoc->AddFont(pFXFont.get(), nCharset, false);
cfx_systemhandler.h 65 uint8_t nCharset);
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp     [all...]

Completed in 267 milliseconds