Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp211 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 DSkPDFMakeToUnicodeCmap.h24 bool multiByteGlyphs,
33 bool multiByteGlyphs,
H A DSkPDFFont.h93 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
103 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
H A DSkPDFFont.cpp382 SkASSERT(multibyte == font->multiByteGlyphs()); in getFontResource()
544 font.multiByteGlyphs(), in emit_subset_type0()
H A DSkPDFDevice.cpp791 if (fPDFFont->multiByteGlyphs()) { in writeGlyph()