Lines Matching refs:AutoDrawLooper
438 class AutoDrawLooper {
443 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint,
473 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
516 ~AutoDrawLooper() {
557 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) {
604 AutoDrawLooper looper(this, fProps, paint, skipLayerForFilter, bounds); \
611 AutoDrawLooper looper(this, fProps, paint, true); \
617 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
623 AutoDrawLooper looper(this, fProps, paint, false, bounds); \