Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h34 uint8_t GetCharset() const { return m_uCharset; } in GetCharset() function
Dcfx_androidfontinfo.cpp76 *charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h70 CIDSet GetCharset() const { return m_Charset; } in GetCharset() function
Dcpdf_cidfont.cpp275 m_pCMap->GetCharset(), charcode); in GetUnicodeFromCharCode()
320 m_pCMap->GetCharset(), unicode); in CharCodeFromUnicode()
373 m_Charset = m_pCMap->GetCharset(); in Load()
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp89 uint32_t GetCharset(int charset) { in GetCharset() function
303 uint32_t charset_flag = GetCharset(charset); in FindFont()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc636 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) { in GetCharset() function in sfntly::NameTable
657 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertToNameBytes()
686 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertFromNameBytes()
Dname_table.h725 static UConverter* GetCharset(int32_t platform_id, int32_t encoding_id);