Lines Matching refs:SkPaint
24 #include <SkPaint.h>
51 FontDescription(const SkPaint* paint, const mat4& matrix);
80 void render(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
83 void render(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
93 static Font* create(FontRenderer* state, const SkPaint* paint, const mat4& matrix);
109 void precache(SkPaint* paint, const char* text, int numGlyphs);
111 void render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
115 void measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
120 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching);
121 void updateGlyphCache(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,
139 CachedGlyphInfo* getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching = false);