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

/external/skia/src/pdf/
H A DSkPDFFont.h20 class SkPDFFont;
22 /** \class SkPDFFont
29 class SkPDFFont : public SkPDFDict { class in inherits:SkPDFDict
32 ~SkPDFFont() override;
55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
86 static SkPDFFont* GetFontResource(SkPDFCanon* canon,
117 SkPDFFont(Info);
H A DSkPDFFont.cpp16 #include "SkPDFFont.h"
28 SkAutoGlyphCache SkPDFFont::MakeVectorCache(SkTypeface* face, int* size) {
52 struct SkPDFType0Font final : public SkPDFFont {
53 SkPDFType0Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
63 struct SkPDFType1Font final : public SkPDFFont {
64 SkPDFType1Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&, SkPDFCanon*);
69 struct SkPDFType3Font final : public SkPDFFont {
70 SkPDFType3Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&);
120 // class SkPDFFont
129 * granularity. a) change SkPDFFont t
234 SkPDFFont::SkPDFFont(SkPDFFont::Info info) function in class:SkPDFFont
[all...]

Completed in 133 milliseconds