Searched refs:clipOp (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | CanvasStateHelpers.cpp | 40 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()
|
D | CanvasStateHelpers.h | 39 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,
|
D | CanvasStateTest.cpp | 182 int32_t r, int32_t b, int32_t clipOp, in DEF_TEST()
|