Searched refs:clipOp (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | CanvasStateHelpers.cpp | 39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() argument 43 canvas->clipRect(clipRect, (SkRegion::Op) clipOp); in complex_clips_draw() 47 canvas->clipRegion(localRegion, (SkClipOp) clipOp); in complex_clips_draw() 52 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state() argument 66 complex_clips_draw(canvas.get(), 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 | 192 int32_t r, int32_t b, int32_t clipOp, in DEF_TEST()
|
/external/skia/src/core/ |
D | SkPictureAnalyzer.cpp | 42 const SkRecords::ClipPath clipOp = { in analyzeClipPath() local 49 counter(clipOp); in analyzeClipPath()
|
D | SkPicturePlayback.cpp | 140 SkClipOp clipOp = ClipParams_unpackRegionOp(reader, packed); in handleOp() local 146 canvas->clipPath(path, clipOp, doAA); in handleOp() 155 SkClipOp clipOp = ClipParams_unpackRegionOp(reader, packed); in handleOp() local 160 canvas->clipRegion(region, clipOp); in handleOp() 169 SkClipOp clipOp = ClipParams_unpackRegionOp(reader, packed); in handleOp() local 175 canvas->clipRect(rect, clipOp, doAA); in handleOp() 184 SkClipOp clipOp = ClipParams_unpackRegionOp(reader, packed); in handleOp() local 190 canvas->clipRRect(rrect, clipOp, doAA); in handleOp()
|