Lines Matching refs:SkPaint
47 Font::FontDescription::FontDescription(const SkPaint* paint, const mat4& matrix) {
270 CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching) {
286 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
292 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
311 if (paint->getTextAlign() != SkPaint::kLeft_Align) {
314 if (paint->getTextAlign() == SkPaint::kCenter_Align) {
342 void Font::measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
352 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) {
373 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
393 const SkPaint::Align align = paint->getTextAlign();
419 void Font::updateGlyphCache(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,
463 CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching) {
477 Font* Font::create(FontRenderer* state, const SkPaint* paint, const mat4& matrix) {