Home | History | Annotate | Download | only in core

Lines Matching refs:fPaint

55     fPaint.setAntiAlias(false);
56 fPaint.setBlendMode(SkBlendMode::kPlus);
57 fPaint.setColorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(kIncrementAlpha));
174 fList[0]->onDrawPatch(cubics, colors, texCoords, blendMode, fPaint);
224 SkPaint* paintPtr = &fPaint;
235 fList[0]->onDrawPath(path, fPaint);
239 fList[0]->onDrawRect(SkRect::MakeXYWH(x, y, image->width(), image->height()), fPaint);
244 fList[0]->onDrawRect(dst, fPaint);
249 fList[0]->onDrawRect(dst, fPaint);
266 fList[0]->onDrawRect(iterDst, fPaint);
269 fList[0]->onDrawRect(dst, fPaint);
275 fList[0]->onDrawRect(SkRect::MakeXYWH(x, y, bitmap.width(), bitmap.height()), fPaint);
280 fList[0]->onDrawRect(dst, fPaint);
285 fList[0]->onDrawRect(dst, fPaint);
304 SkPaint newPaint = fPaint;