Home
last modified time | relevance | path

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

/external/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.h53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
63 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
DSkPDFFont.cpp208 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource()
403 font.multiByteGlyphs(), in emit_subset_type0()
DSkPDFDevice.cpp1198 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun()
1207 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()
/external/skqp/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.h53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function
63 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
DSkPDFFont.cpp207 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource()
407 font.multiByteGlyphs(), in emit_subset_type0()
DSkPDFDevice.cpp1211 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun()
1220 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()