Searched refs:Bounder (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 27 struct Bounder { struct 31 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() argument 355 LOOP_TILER( drawRect(r, paint), Bounder(r, paint)) in drawRect() 375 LOOP_TILER( drawRRect(rrect, paint), Bounder(rrect.getBounds(), paint)) in drawRRect() 386 SkDrawTiler tiler(this, bounds ? Bounder(*bounds, paint).bounds() : nullptr); in drawPath() 401 Bounder b(storage, paint); in drawBitmap()
|
/external/skqp/src/core/ |
D | SkBitmapDevice.cpp | 26 struct Bounder { struct 30 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() function 362 LOOP_TILER( drawRect(r, paint), Bounder(r, paint)) in drawRect() 382 LOOP_TILER( drawRRect(rrect, paint), Bounder(rrect.getBounds(), paint)) in drawRRect() 393 SkDrawTiler tiler(this, bounds ? Bounder(*bounds, paint).bounds() : nullptr); in drawPath() 415 Bounder b(storage, paint); in drawBitmap()
|