Home
last modified time | relevance | path

Searched refs:IsMultiByte (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFont.h44 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte() function
53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs()
DSkPDFFont.cpp202 bool multibyte = SkPDFFont::IsMultiByte(type); in GetFontResource()
/external/skia/src/pdf/
DSkPDFFont.h44 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte() function
53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs()
DSkPDFFont.cpp203 bool multibyte = SkPDFFont::IsMultiByte(type); in GetFontResource()