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

  /external/skia/src/core/
SkCanvas.cpp 428 class AutoDrawLooper {
433 AutoDrawLooper(SkCanvas* canvas, const SkPaint& paint, bool skipLayerForImageFilter = false,
462 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
494 ~AutoDrawLooper() {
534 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) {
580 AutoDrawLooper looper(this, paint, skipLayerForFilter, bounds); \
587 AutoDrawLooper looper(this, paint, true); \
593 AutoDrawLooper looper(this, paint, false, bounds); \
599 AutoDrawLooper looper(this, paint, false, bounds); \
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 428 class AutoDrawLooper {
433 AutoDrawLooper(SkCanvas* canvas, const SkPaint& paint, bool skipLayerForImageFilter = false,
462 * Remove the imagefilter and the xfermode from the paint that we (AutoDrawLooper)
494 ~AutoDrawLooper() {
534 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) {
580 AutoDrawLooper looper(this, paint, skipLayerForFilter, bounds); \
587 AutoDrawLooper looper(this, paint, true); \
593 AutoDrawLooper looper(this, paint, false, bounds); \
599 AutoDrawLooper looper(this, paint, false, bounds); \
    [all...]

Completed in 204 milliseconds