Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp64 struct SkPDFType1Font final : public SkPDFFont { struct
65 SkPDFType1Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&, SkPDFCanon*);
66 ~SkPDFType1Font() override {} in ~SkPDFType1Font() argument
248 font = sk_make_sp<SkPDFType1Font>(std::move(info), metrics, canon); in GetFontResource()
566 SkPDFType1Font::SkPDFType1Font(SkPDFFont::Info info, in SkPDFType1Font() function in SkPDFType1Font