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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp130 FullPath::FullPath(const FullPath& path) : Path(path) { function in class:android::uirenderer::VectorDrawable::FullPath
160 const SkPath& FullPath::getUpdatedPath() {
175 void FullPath::getStagingPath(SkPath* outPath) {
182 void FullPath::dump() {
195 void FullPath::drawPath(SkCanvas* outCanvas, SkPath& renderPath, float strokeScale,
242 void FullPath::syncProperties() {
254 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
259 bool FullPath
[all...]
H A DVectorDrawable.h203 class ANDROID_API FullPath: public Path { class in namespace:android::uirenderer::VectorDrawable
356 FullPath(const FullPath& path); // for cloning
357 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} function in class:android::uirenderer::VectorDrawable::FullPath
358 FullPath() : Path() {} function in class:android::uirenderer::VectorDrawable::FullPath

Completed in 92 milliseconds