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

/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

Completed in 138 milliseconds