Home
last modified time | relevance | path

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

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