Home | History | Annotate | Download | only in pdf

Lines Matching defs:textPaint

1133     SkPaint textPaint = calculate_text_paint(paint);
1134 ScopedContentEntry content(this, d, textPaint, true);
1143 textPaint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
1145 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
1146 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
1148 set_text_transform(x, y, textPaint.getTextSkewX(),
1152 updateFont(textPaint, glyphIDs[consumedGlyphCount], content.entry());
1179 SkPaint textPaint = calculate_text_paint(paint);
1180 ScopedContentEntry content(this, d, textPaint, true);
1299 textPaint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
1301 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
1303 updateFont(textPaint, glyphIDs[0], content.entry());
1308 updateFont(textPaint, glyphIDs[i], content.entry());
1315 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y);
1316 set_text_transform(x, y, textPaint.getTextSkewX(),