Searched defs:LOOPER_BEGIN (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkCanvas.cpp590 #define LOOPER_BEGIN(paint, type, bounds) \ macro
1922 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, &pathBounds)
1979 LOOPER_BEGIN(paint, SkDrawFilter::kPoint_Type, bounds)
2032 LOOPER_BEGIN(paint, SkDrawFilter::kRect_Type, &regionRect)
2051 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval)
2073 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval)
2101 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, &rrect.getBounds())
2118 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, &outer.getBounds())
2148 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, &pathBounds)
2359 LOOPER_BEGIN(*pain
[all...]

Completed in 68 milliseconds