Searched refs:multiByteGlyphs (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 153 bool multiByteGlyphs, in SkPDFAppendCmapSections() argument 160 if (!multiByteGlyphs) { in SkPDFAppendCmapSections() 208 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections() 209 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections() 215 bool multiByteGlyphs, in SkPDFMakeToUnicodeCmap() argument 219 append_tounicode_header(&cmap, multiByteGlyphs); in SkPDFMakeToUnicodeCmap() 220 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
|
D | SkPDFMakeToUnicodeCmap.h | 17 bool multiByteGlyphs, 25 bool multiByteGlyphs,
|
D | SkPDFFont.h | 55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 65 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
D | SkPDFFont.cpp | 219 SkASSERT(foundFont && multibyte == foundFont->multiByteGlyphs()); in GetFontResource() 485 multiByteGlyphs(), in getFontSubset()
|
D | SkPDFDevice.cpp | 1506 bool multiByteGlyphs = SkPDFFont::IsMultiByte(SkPDFFont::FontType(*metrics)); in internalDrawText() local 1513 multiByteGlyphs, in internalDrawText() 1576 SkASSERT(font->multiByteGlyphs() == multiByteGlyphs); in internalDrawText() 1611 SkGlyphID encodedGlyph = multiByteGlyphs ? gid : font->glyphToPDFFontEncoding(gid); in internalDrawText()
|