Searched refs:AutoDrawLooper (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkCanvas.cpp | 427 class AutoDrawLooper { class 432 AutoDrawLooper(SkCanvas* canvas, const SkPaint& paint, bool skipLayerForImageFilter = false, in AutoDrawLooper() function in AutoDrawLooper 493 ~AutoDrawLooper() { in ~AutoDrawLooper() 533 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { in doNext() 579 AutoDrawLooper looper(this, paint, skipLayerForFilter, bounds); \ 586 AutoDrawLooper looper(this, paint, true); \ 592 AutoDrawLooper looper(this, paint, false, bounds); \ 598 AutoDrawLooper looper(this, paint, false, bounds); \
|
/external/skia/include/core/ |
D | SkCanvas.h | 1461 friend class AutoDrawLooper; variable
|