HomeSort by relevance Sort by last modified time
    Searched refs:AutoDrawLooper (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkCanvas.cpp 427 class AutoDrawLooper {
432 AutoDrawLooper(SkCanvas* canvas, const SkPaint& paint, bool skipLayerForImageFilter = false,
461 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
493 ~AutoDrawLooper() {
533 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) {
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); \
    [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]

Completed in 68 milliseconds