Home
last modified time | relevance | path

Searched refs:multiByteGlyphs (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp155 bool multiByteGlyphs, in SkPDFAppendCmapSections() argument
159 if (!multiByteGlyphs) { in SkPDFAppendCmapSections()
204 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections()
205 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections()
211 bool multiByteGlyphs, in SkPDFMakeToUnicodeCmap() argument
215 append_tounicode_header(&cmap, multiByteGlyphs); in SkPDFMakeToUnicodeCmap()
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
DSkPDFMakeToUnicodeCmap.h16 bool multiByteGlyphs,
24 bool multiByteGlyphs,
DSkPDFFont.h56 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
66 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
DSkPDFFont.cpp201 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource()
398 font.multiByteGlyphs(), in emit_subset_type0()
DSkPDFDevice.cpp709 if (fPDFFont->multiByteGlyphs()) { in writeGlyph()
/third_party/flutter/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp155 bool multiByteGlyphs, in SkPDFAppendCmapSections() argument
159 if (!multiByteGlyphs) { in SkPDFAppendCmapSections()
204 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections()
205 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections()
211 bool multiByteGlyphs, in SkPDFMakeToUnicodeCmap() argument
215 append_tounicode_header(&cmap, multiByteGlyphs); in SkPDFMakeToUnicodeCmap()
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
DSkPDFMakeToUnicodeCmap.h16 bool multiByteGlyphs,
24 bool multiByteGlyphs,
DSkPDFFont.h58 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
68 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
DSkPDFFont.cpp202 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource()
395 font.multiByteGlyphs(), in emit_subset_type0()
DSkPDFDevice.cpp931 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun()
940 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()