Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp334 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/
DSkCanvas.h1290 friend class AutoDrawLooper; variable