Searched refs:LOOPER_BEGIN (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkCanvas.cpp | 590 #define LOOPER_BEGIN(paint, type, bounds) \ macro 1922 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, &pathBounds) in onDrawShadowRec() 1979 LOOPER_BEGIN(paint, SkDrawFilter::kPoint_Type, bounds) in onDrawPoints() 2032 LOOPER_BEGIN(paint, SkDrawFilter::kRect_Type, ®ionRect) in onDrawRegion() 2051 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval) in onDrawOval() 2073 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval) in onDrawArc() 2101 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, &rrect.getBounds()) in onDrawRRect() 2118 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, &outer.getBounds()) in onDrawDRRect() 2148 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, &pathBounds) in onDrawPath() 2359 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &dst) in onDrawImageNine() [all …]
|