Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h28 uint8_t GetCharset() const { return m_uCharset; } in GetCharset() function
Dcfx_androidfontinfo.cpp77 *charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset(); in GetFontCharset()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h76 CIDSet GetCharset() const { return m_Charset; } in GetCharset() function
Dcpdf_cidfont.cpp284 m_pCMap->GetCharset(), charcode); in GetUnicodeFromCharCode()
329 m_pCMap->GetCharset(), unicode); in CharCodeFromUnicode()
384 m_Charset = m_pCMap->GetCharset(); in Load()
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp74 uint32_t GetCharset(int charset) { in GetCharset() function
291 uint32_t charset_flag = GetCharset(charset); in FindFont()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) { in GetCharset() function in sfntly::NameTable
653 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertToNameBytes()
682 UConverter* cs = GetCharset(platform_id, encoding_id); in ConvertFromNameBytes()
Dname_table.h725 static UConverter* GetCharset(int32_t platform_id, int32_t encoding_id);