Searched refs:multiByteGlyphs (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFMakeToUnicodeCmap.cpp | 211 bool multiByteGlyphs, in SkPDFAppendCmapSections() argument 215 if (!multiByteGlyphs) { in SkPDFAppendCmapSections() 260 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections() 261 append_bfchar_section_ex(glyphToUnicodeEx, multiByteGlyphs, firstGlyphID, lastGlyphID, cmap); in SkPDFAppendCmapSections() 262 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap); in SkPDFAppendCmapSections() 269 bool multiByteGlyphs, in SkPDFMakeToUnicodeCmap() argument 273 append_tounicode_header(&cmap, multiByteGlyphs); in SkPDFMakeToUnicodeCmap() 274 SkPDFAppendCmapSections(glyphToUnicode, glyphToUnicodeEx, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
|
H A D | SkPDFMakeToUnicodeCmap.h | 24 bool multiByteGlyphs, 33 bool multiByteGlyphs,
|
H A D | SkPDFFont.h | 93 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 103 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
H A D | SkPDFFont.cpp | 382 SkASSERT(multibyte == font->multiByteGlyphs()); in getFontResource() 544 font.multiByteGlyphs(), in emit_subset_type0()
|
H A D | SkPDFDevice.cpp | 791 if (fPDFFont->multiByteGlyphs()) { in writeGlyph()
|