Home | History | Annotate | Download | only in pdf

Lines Matching refs:textPaint

1050     SkPaint textPaint = calculate_text_paint(paint);
1051 ScopedContentEntry content(this, d, textPaint, true);
1060 textPaint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
1062 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
1063 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
1065 set_text_transform(x, y, textPaint.getTextSkewX(),
1069 updateFont(textPaint, glyphIDs[consumedGlyphCount], content.entry());
1096 SkPaint textPaint = calculate_text_paint(paint);
1097 ScopedContentEntry content(this, d, textPaint, true);
1106 textPaint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
1108 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
1110 updateFont(textPaint, glyphIDs[0], content.entry());
1115 updateFont(textPaint, glyphIDs[i], content.entry());
1122 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y);
1123 set_text_transform(x, y, textPaint.getTextSkewX(),