Searched refs:multiByteGlyphs (Results 1 – 10 of 10) sorted by relevance
/external/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 | 53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 63 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
D | SkPDFFont.cpp | 208 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource() 403 font.multiByteGlyphs(), in emit_subset_type0()
|
D | SkPDFDevice.cpp | 1198 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun() 1207 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()
|
/external/skqp/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 | 53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); } in multiByteGlyphs() function 63 if (this->multiByteGlyphs() || gid == 0) { in glyphToPDFFontEncoding()
|
D | SkPDFFont.cpp | 207 SkASSERT(multibyte == found->multiByteGlyphs()); in GetFontResource() 407 font.multiByteGlyphs(), in emit_subset_type0()
|
D | SkPDFDevice.cpp | 1211 glyphPositioner.setWideChars(font->multiByteGlyphs()); in internalDrawGlyphRun() 1220 SkGlyphID encodedGlyph = font->multiByteGlyphs() in internalDrawGlyphRun()
|