Lines Matching refs:fPaint
20 SkPaint fPaint; member in TextBench
31 fPaint.setAntiAlias(true); in TextBench()
32 fPaint.setTextSize(SkIntToScalar(ps)); in TextBench()
33 fPaint.setLinearText(linearText); in TextBench()
34 fPaint.setColor(color); in TextBench()
39 fCount = fPaint.getTextWidths(fText.c_str(), fText.size(), widths); in TextBench()
58 fName.printf("text_%g", SkScalarToFloat(fPaint.getTextSize())); in onGetName()
59 if (fPaint.isLinearText()) { in onGetName()
66 if (SK_ColorBLACK != fPaint.getColor()) { in onGetName()
67 fName.appendf("_%02X", fPaint.getAlpha()); in onGetName()
76 SkPaint paint(fPaint); in onDraw()
78 paint.setColor(fPaint.getColor()); // need our specified color in onDraw()