Searched refs:fLazyPaint (Results 1 – 1 of 1) sorted by relevance
17 canvas->onFilterPaint(fLazyPaint.set(*paint), type); in AutoPaintFilter()22 canvas->onFilterPaint(fLazyPaint.set(paint), type); in AutoPaintFilter()25 const SkPaint* paint() const { return fLazyPaint.getMaybeNull(); } in paint()28 SkTLazy<SkPaint> fLazyPaint; member in SkPaintFilterCanvas::AutoPaintFilter