HomeSort by relevance Sort by last modified time
    Searched defs:SkPDFFont (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 22 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 {
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID)
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 22 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 {
81 SK_DECLARE_INST_COUNT(SkPDFFont)
83 virtual ~SkPDFFont();
132 static SkPDFFont* GetFontResource(SkTypeface* typeface, uint16_t glyphID)
    [all...]

Completed in 30 milliseconds