Home
last modified time | relevance | path

Searched defs:nCharset (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp57 uint8_t nCharset) { in AddNativeTrueTypeFontToPDF()
97 int32_t nCharset, in GetWordFontIndex()
172 int32_t nCharset = FX_CHARSET_Default; in Initialize() local
198 int32_t nCharset) { in FindFontSameCharset()
220 int32_t nCharset) { in FindResFontSameCharset()
365 int32_t nCharset, in GetFontIndex()
385 int32_t nCharset) { in AddFontData()
395 int32_t nCharset) { in EncodeFontAlias()
405 int32_t CBA_FontMap::FindFont(const ByteString& sFontName, int32_t nCharset) { in FindFont()
417 ByteString CBA_FontMap::GetNativeFontName(int32_t nCharset) { in GetNativeFontName()
[all …]
Dcba_fontmap.h46 int32_t nCharset; member
51 int32_t nCharset; member
Dcpvt_word.h18 int32_t nCharset; variable
Dcpvt_wordinfo.h21 int32_t nCharset; member
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp370 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { in InsertWord()
/external/pdfium/core/fxge/
Dcfx_font.cpp238 ByteString CFX_Font::GetDefaultFontNameByCharset(uint8_t nCharset) { in GetDefaultFontNameByCharset()