Home
last modified time | relevance | path

Searched refs:GetCharset (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h27 uint8_t GetCharset() const { return m_uCharset; } in GetCharset() function
Dcfx_androidfontinfo.cpp78 charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp60 uint32_t GetCharset(int charset) { in GetCharset() function
283 uint32_t charset_flag = GetCharset(charset); in FindFont()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc634 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) { in GetCharset() function in sfntly::NameTable
655 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertToNameBytes()
684 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertFromNameBytes()
Dname_table.h725 static UConverter* GetCharset(int32_t platform_id, int32_t encoding_id);