/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_FontMap.cpp | 87 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 …]
|
D | PWL_FontMap.h | 23 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 …]
|
D | PWL_EditCtrl.h | 115 void InsertWord(uint16_t word, int32_t nCharset);
|
D | PWL_EditCtrl.cpp | 465 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/ |
D | cba_fontmap.cpp | 45 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 …]
|
D | cba_fontmap.h | 30 int32_t nCharset) override; 35 int32_t nCharset);
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_wordinfo.cpp | 12 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 =()
|
D | cpvt_word.h | 19 int32_t nCharset; variable 32 nCharset(0), in CPVT_Word()
|
D | cpvt_wordinfo.h | 27 int32_t nCharset; member
|
D | cpdf_variabletext.cpp | 172 word.nCharset = pWord->nCharset; in GetWord()
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 113 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()
|
D | cfx_systemhandler.h | 65 uint8_t nCharset);
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.cpp | 1933 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()
|