Home
last modified time | relevance | path

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

/external/skia/tests/
DCanvasStateHelpers.cpp40 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() argument
48 canvas->clipRegion(localRegion, (SkRegion::Op) clipOp); in complex_clips_draw()
60 SkRegion localRegion; in complex_clips_draw_from_canvas_state() local
62 localRegion.op(rectCoords[0], rectCoords[1], rectCoords[2], rectCoords[3], in complex_clips_draw_from_canvas_state()
67 complex_clips_draw(canvas, left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
DCanvasStateTest.cpp206 SkRegion localRegion = clipRegion; in DEF_TEST() local
216 SkRegion::Iterator iter(localRegion); in DEF_TEST()
234 localRegion); in DEF_TEST()
241 localRegion.translate(0, 2*(layerRect.height() + SPACER)); in DEF_TEST()
DCanvasStateHelpers.h39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);