Home
last modified time | relevance | path

Searched defs:multiByteGlyphs (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp153 bool multiByteGlyphs, in SkPDFAppendCmapSections()
215 bool multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
DSkPDFFont.h55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
DSkPDFDevice.cpp1506 bool multiByteGlyphs = SkPDFFont::IsMultiByte(SkPDFFont::FontType(*metrics)); in internalDrawText() local