Home
last modified time | relevance | path

Searched defs:ClipPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/canvas/
DCanvasOpTypes.h35 ClipPath, enumerator
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp158 struct ClipPath final : Op { struct
159 static const auto kType = Type::ClipPath;
160 ClipPath(const SkPath& path, SkClipOp op, bool aa) : path(path), op(op), aa(aa) {} in ClipPath() argument
161 SkPath path;
162 SkClipOp op;
163 bool aa;
164 void draw(SkCanvas* c, const SkMatrix&) const { c->clipPath(path, op, aa); } in draw()
DVectorDrawable.h374 ClipPath(const ClipPath& path) : Path(path) {} in ClipPath() function
375 ClipPath(const char* path, size_t strLength) : Path(path, strLength) {} in ClipPath() function
376 ClipPath() : Path() {} in ClipPath() function