Searched refs:complex_clips_draw (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tests/ |
D | CanvasStateHelpers.cpp | 44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw() function 72 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
|
D | CanvasStateHelpers.h | 38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
|
D | CanvasStateTest.cpp | 254 complex_clips_draw(&canvas, clipRect.fLeft, clipRect.fTop, in DEF_TEST()
|
/third_party/skia/tests/ |
D | CanvasStateHelpers.cpp | 47 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw() function 75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
|
D | CanvasStateHelpers.h | 49 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
|
D | CanvasStateTest.cpp | 273 complex_clips_draw(canvas, clipRect.fLeft, clipRect.fTop, in DEF_TEST()
|