Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFontImpl.h18 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
DSkPDFFont.cpp496 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()
DSkPDFFont.h97 virtual bool multiByteGlyphs() const = 0;
DSkPDFDevice.cpp1326 availableGlyphs, font->multiByteGlyphs()); in drawText()
1405 format_wide_string(&encodedValue, 1, font->multiByteGlyphs()); in drawPosText()
/external/skia/tests/
DPDFGlyphsToUnicodeTest.cpp29 bool multiByteGlyphs,