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

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h22 class SkPDFFont;
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
42 SkPDFFont* fFont;
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
67 SkPDFGlyphSet* getGlyphSetForFont(SkPDFFont* font);
73 /** \class SkPDFFont
80 class SkPDFFont : public SkPDFDict { class in inherits:SkPDFDict
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
124 static SkPDFFont* GetFontResourc
[all...]
/external/skia/src/pdf/
H A DSkPDFFont.h22 class SkPDFFont;
40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
42 SkPDFFont* fFont;
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
67 SkPDFGlyphSet* getGlyphSetForFont(SkPDFFont* font);
73 /** \class SkPDFFont
80 class SkPDFFont : public SkPDFDict { class in inherits:SkPDFDict
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
124 static SkPDFFont* GetFontResourc
[all...]

Completed in 91 milliseconds