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

/external/skia/src/pdf/
H A DSkPDFFontImpl.h18 virtual bool multiByteGlyphs() const { return true; } function in class:SkPDFType0Font
42 virtual bool multiByteGlyphs() const { return true; } function in class:SkPDFCIDFont
59 virtual bool multiByteGlyphs() const { return false; } function in class:SkPDFType1Font
78 virtual bool multiByteGlyphs() const { return false; } function in class:SkPDFType3Font
H A DSkPDFFont.cpp497 bool multiByteGlyphs,
504 bool multiByteGlyphs,
511 if (!multiByteGlyphs) {
566 bool multiByteGlyphs,
570 if (multiByteGlyphs) {
575 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
783 if (this->multiByteGlyphs()) {
988 multiByteGlyphs(),
501 append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode, const SkPDFGlyphSet* subset, SkDynamicMemoryWStream* cmap, bool multiByteGlyphs, uint16_t firstGlyphID, uint16_t lastGlyphID) argument

Completed in 97 milliseconds