Searched refs:multiByteGlyphs (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 155 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()
|
D | SkPDFMakeToUnicodeCmap.h | 16 bool multiByteGlyphs, 24 bool multiByteGlyphs,
|
D | SkPDFFont.h | 56 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 66 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
D | SkPDFFont.cpp | 201 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource() 398 font.multiByteGlyphs(), in emit_subset_type0()
|
D | SkPDFDevice.cpp | 709 if (fPDFFont->multiByteGlyphs()) { in writeGlyph()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 155 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()
|
D | SkPDFMakeToUnicodeCmap.h | 16 bool multiByteGlyphs, 24 bool multiByteGlyphs,
|
D | SkPDFFont.h | 58 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 68 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
D | SkPDFFont.cpp | 202 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource() 395 font.multiByteGlyphs(), in emit_subset_type0()
|
D | SkPDFDevice.cpp | 931 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun() 940 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()
|