Searched defs:multiByteGlyphs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFFontImpl.h18 bool multiByteGlyphs() const override { return true; }
42 virtual bool multiByteGlyphs() const { return true; } function in class:final
59 virtual bool multiByteGlyphs() const { return false; } function in class:final
78 virtual bool multiByteGlyphs() const { return false; } function in class:final
H A DSkPDFFont.cpp496 bool multiByteGlyphs,
503 bool multiByteGlyphs,
510 if (!multiByteGlyphs) {
565 bool multiByteGlyphs,
569 if (multiByteGlyphs) {
574 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
778 if (this->multiByteGlyphs()) {
980 multiByteGlyphs(),
500 append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode, const SkPDFGlyphSet* subset, SkDynamicMemoryWStream* cmap, bool multiByteGlyphs, uint16_t firstGlyphID, uint16_t lastGlyphID) argument

Completed in 113 milliseconds