Searched refs:AutoDrawLooper (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkCanvas.cpp | 334 class AutoDrawLooper { class 336 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint, in AutoDrawLooper() function in AutoDrawLooper 400 ~AutoDrawLooper() { in ~AutoDrawLooper() 441 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { in doNext() 488 AutoDrawLooper looper(this, fProps, paint, true); \ 494 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
|
/external/skia/include/core/ |
D | SkCanvas.h | 1290 friend class AutoDrawLooper; variable
|