Searched refs:ClipPath (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 59 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(); in createEmptyClipPath() 64 VectorDrawable::ClipPath* srcClipPath = in createClipPath() 65 reinterpret_cast<VectorDrawable::ClipPath*>(srcClipPathPtr); in createClipPath() 66 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath); in createClipPath()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 372 class ANDROID_API ClipPath : public Path { 374 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
|
D | DisplayListOps.in | 25 X(ClipPath)
|
D | RecordingCanvas.cpp | 153 struct ClipPath final : Op { struct 154 static const auto kType = Type::ClipPath; argument 155 ClipPath(const SkPath& path, SkClipOp op, bool aa) : path(path), op(op), aa(aa) {} in ClipPath() argument 560 this->push<ClipPath>(0, path, op, aa); in clipPath()
|
D | VectorDrawable.cpp | 265 void ClipPath::draw(SkCanvas* outCanvas, bool useStagingData) { in draw()
|