Home
last modified time | relevance | path

Searched refs:AutoDrawLooper (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp438 class AutoDrawLooper { class
443 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint, in AutoDrawLooper() function in AutoDrawLooper
516 ~AutoDrawLooper() { in ~AutoDrawLooper()
557 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { in doNext()
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); \
/external/skia/include/core/
DSkCanvas.h1354 friend class AutoDrawLooper; variable