Searched refs:multiByteGlyphs (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFFontImpl.h | 18 bool multiByteGlyphs() const override { return true; } in multiByteGlyphs() function 42 virtual bool multiByteGlyphs() const { return true; } in multiByteGlyphs() function 59 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function 78 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function
|
D | SkPDFFont.cpp | 496 bool multiByteGlyphs, 503 bool multiByteGlyphs, in append_cmap_sections() argument 510 if (!multiByteGlyphs) { in append_cmap_sections() 565 bool multiByteGlyphs, in generate_tounicode_cmap() argument 569 if (multiByteGlyphs) { in generate_tounicode_cmap() 574 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in generate_tounicode_cmap() 778 if (this->multiByteGlyphs()) { in glyphsToPDFFontEncoding() 980 multiByteGlyphs(), in populateToUnicodeTable()
|
D | SkPDFFont.h | 97 virtual bool multiByteGlyphs() const = 0;
|
D | SkPDFDevice.cpp | 1326 availableGlyphs, font->multiByteGlyphs()); in drawText() 1405 format_wide_string(&encodedValue, 1, font->multiByteGlyphs()); in drawPosText()
|
/external/skia/tests/ |
D | PDFGlyphsToUnicodeTest.cpp | 29 bool multiByteGlyphs,
|