HomeSort by relevance Sort by last modified time
    Searched refs:GetCharset (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 28 uint8_t GetCharset() const { return m_uCharset; }
cfx_androidfontinfo.cpp 77 *charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset();
  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.h 76 CIDSet GetCharset() const { return m_Charset; }
cpdf_cidfont.cpp 284 m_pCMap->GetCharset(), charcode);
329 m_pCMap->GetCharset(), unicode);
384 m_Charset = m_pCMap->GetCharset();
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 74 uint32_t GetCharset(int charset) {
291 uint32_t charset_flag = GetCharset(charset);
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) {
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
name_table.h 725 static UConverter* GetCharset(int32_t platform_id, int32_t encoding_id);

Completed in 106 milliseconds