Searched refs:ClipPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp59 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath();
64 VectorDrawable::ClipPath* srcClipPath =
65 reinterpret_cast<VectorDrawable::ClipPath*>(srcClipPathPtr);
66 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath);
/frameworks/base/libs/hwui/
H A DVectorDrawable.h397 class ANDROID_API ClipPath: public Path { class in namespace:android::uirenderer::VectorDrawable
399 ClipPath(const ClipPath& path) : Path(path) {} function in class:android::uirenderer::VectorDrawable::ClipPath
400 ClipPath(const char* path, size_t strLength) : Path(path, strLength) {} function in class:android::uirenderer::VectorDrawable::ClipPath
401 ClipPath() : Path() {} function in class:android::uirenderer::VectorDrawable::ClipPath
H A DVectorDrawable.cpp311 void ClipPath::drawPath(SkCanvas* outCanvas, SkPath& renderPath,

Completed in 392 milliseconds