Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.h46 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte() function
55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs()
DSkPDFFont.cpp213 bool multibyte = SkPDFFont::IsMultiByte(type); in GetFontResource()
DSkPDFDevice.cpp1506 bool multiByteGlyphs = SkPDFFont::IsMultiByte(SkPDFFont::FontType(*metrics)); in internalDrawText()