Home
last modified time | relevance | path

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

/external/skia/tests/
DCanvasStateHelpers.cpp39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() argument
47 canvas->clipRegion(localRegion, (SkClipOp) clipOp); in complex_clips_draw()
59 SkRegion localRegion; in complex_clips_draw_from_canvas_state() local
61 localRegion.op(rectCoords[0], rectCoords[1], rectCoords[2], rectCoords[3], in complex_clips_draw_from_canvas_state()
66 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
DCanvasStateTest.cpp216 SkRegion localRegion = clipRegion; in DEF_TEST() local
228 SkRegion::Iterator iter(localRegion); in DEF_TEST()
246 localRegion); in DEF_TEST()
253 localRegion.translate(0, 2*(layerRect.height() + SPACER)); in DEF_TEST()
DCanvasStateHelpers.h39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);