Searched refs:fRectPaint (Results 1 – 2 of 2) sorted by relevance
15 fRectPaint.setColor(DEFAULT_CURSOR_COLOR); in Cursor()16 fRectPaint.setStyle(SkPaint::kStroke_Style); in Cursor()17 fRectPaint.setStrokeWidth(2); in Cursor()18 fRectPaint.setAntiAlias(true); in Cursor()28 …anvas->drawRect(SkRect::MakeXYWH(fXY.fX, fXY.fY, DEFAULT_CURSOR_WIDTH, fSize.fHeight), fRectPaint); in paint()
55 SkPaint fRectPaint; variable