Home
last modified time | relevance | path

Searched refs:localRegion (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DCanvasStateHelpers.cpp48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw()
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()
47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument
H A DCanvasStateTest.cpp245 SkRegion localRegion = clipRegion; in DEF_TEST() local
257 SkRegion::Iterator iter(localRegion); in DEF_TEST()
275 localRegion); in DEF_TEST()
282 localRegion.translate(0, 2*(layerRect.height() + SPACER)); in DEF_TEST()
H A DCanvasStateHelpers.h50 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);

Completed in 1 milliseconds