Home
last modified time | relevance | path

Searched refs:clipOp (Results 1 – 5 of 5) 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
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()
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.cpp192 int32_t r, int32_t b, int32_t clipOp, in DEF_TEST()
/external/skia/src/core/
DSkPictureAnalyzer.cpp42 const SkRecords::ClipPath clipOp = { in analyzeClipPath() local
49 counter(clipOp); in analyzeClipPath()
DSkPicturePlayback.cpp140 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()