Home
last modified time | relevance | path

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

/external/skia/tests/
DCanvasStateHelpers.cpp48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() argument
56 canvas->clipRegion(localRegion, (SkClipOp) clipOp); in complex_clips_draw()
68 SkRegion localRegion; in complex_clips_draw_from_canvas_state() local
70 localRegion.op({rectCoords[0], rectCoords[1], rectCoords[2], rectCoords[3]}, in complex_clips_draw_from_canvas_state()
75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
DCanvasStateTest.cpp246 SkRegion localRegion = clipRegion; in DEF_TEST() local
258 SkRegion::Iterator iter(localRegion); in DEF_TEST()
276 localRegion); in DEF_TEST()
283 localRegion.translate(0, 2*(layerRect.height() + SPACER)); in DEF_TEST()
DCanvasStateHelpers.h50 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
/external/skqp/tests/
DCanvasStateHelpers.cpp45 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() argument
53 canvas->clipRegion(localRegion, (SkClipOp) clipOp); in complex_clips_draw()
65 SkRegion localRegion; in complex_clips_draw_from_canvas_state() local
67 localRegion.op(rectCoords[0], rectCoords[1], rectCoords[2], rectCoords[3], in complex_clips_draw_from_canvas_state()
72 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
DCanvasStateTest.cpp225 SkRegion localRegion = clipRegion; in DEF_TEST() local
237 SkRegion::Iterator iter(localRegion); in DEF_TEST()
255 localRegion); in DEF_TEST()
262 localRegion.translate(0, 2*(layerRect.height() + SPACER)); in DEF_TEST()
DCanvasStateHelpers.h39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);