/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.cpp | 82 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 …]
|
D | cpwl_font_map.h | 22 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 …]
|
D | cpwl_edit_ctrl.cpp | 384 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { in InsertWord() argument 386 m_pEdit->InsertWord(word, nCharset); in InsertWord()
|
D | cpwl_edit_ctrl.h | 74 void InsertWord(uint16_t word, int32_t nCharset);
|
D | cpwl_edit_impl.cpp | 1581 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/ |
D | cba_fontmap.cpp | 45 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 …]
|
D | cba_fontmap.h | 30 int32_t nCharset) override; 35 int32_t nCharset);
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_wordinfo.cpp | 13 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 =()
|
D | cpvt_word.h | 18 int32_t nCharset; variable 30 nCharset(0), in CPVT_Word()
|
D | cpvt_wordinfo.h | 23 int32_t nCharset; member
|
D | cpdf_variabletext.cpp | 147 word.nCharset = pWord->nCharset; in GetWord()
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 119 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()
|
D | cfx_systemhandler.h | 64 uint8_t nCharset);
|