Home | History | Annotate | Download | only in pdf

Lines Matching full:virtual

17     virtual ~SkPDFType0Font();
18 virtual bool multiByteGlyphs() const { return true; }
19 SK_API virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
21 virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
39 virtual ~SkPDFCIDFont();
40 virtual bool multiByteGlyphs() const { return true; }
55 virtual ~SkPDFType1Font();
56 virtual bool multiByteGlyphs() const { return false; }
72 virtual ~SkPDFType3Font();
73 virtual bool multiByteGlyphs() const { return false; }