Home
last modified time | relevance | path

Searched refs:clipOp (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
44 canvas->clipRect(clipRect, (SkRegion::Op) clipOp); in complex_clips_draw()
48 canvas->clipRegion(localRegion, (SkRegion::Op) clipOp); in complex_clips_draw()
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state() argument
67 complex_clips_draw(canvas, left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
DCanvasStateHelpers.h39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
DCanvasStateTest.cpp182 int32_t r, int32_t b, int32_t clipOp, in DEF_TEST()