Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h29 uint8_t GetCharset() const override { return m_uCharset; } in GetCharset() function
Dfx_android_font.cpp72 charset = ((IFPF_Font*)hFont)->GetCharset(); in GetFontCharset()
/external/pdfium/core/include/fxge/
Dfpf.h35 virtual uint8_t GetCharset() const = 0;
/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);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp370 FX_DWORD GetCharset(int charset) { in GetCharset() function
1495 FX_DWORD charset_flag = GetCharset(charset); in FindFont()