Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp492 #define LOOPER_BEGIN(paint, type, bounds) \ macro
1201 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, bounds) in internalDrawBitmap()
1795 LOOPER_BEGIN(paint, SkDrawFilter::kPaint_Type, NULL) in internalDrawPaint()
1828 LOOPER_BEGIN(paint, SkDrawFilter::kPoint_Type, bounds) in onDrawPoints()
1853 LOOPER_BEGIN(paint, SkDrawFilter::kRect_Type, bounds) in onDrawRect()
1873 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, bounds) in onDrawOval()
1903 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, bounds) in onDrawRRect()
1923 LOOPER_BEGIN(paint, SkDrawFilter::kRRect_Type, bounds) in onDrawDRRect()
1956 LOOPER_BEGIN(paint, SkDrawFilter::kPath_Type, bounds) in onDrawPath()
1983 LOOPER_BEGIN(*paint, SkDrawFilter::kBitmap_Type, &bounds) in onDrawImage()
[all …]