Searched refs:FullPath (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp47 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath();
52 VectorDrawable::FullPath* srcFullPath =
53 reinterpret_cast<VectorDrawable::FullPath*>(srcFullPathPtr);
54 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath);
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
142 VectorDrawable::FullPath* path = reinterpret_cast<VectorDrawable::FullPath*>(pathPt
[all...]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp118 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
126 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h62 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, int32_t startValue,
71 VectorDrawable::FullPath* mFullPath;
79 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue,
87 VectorDrawable::FullPath* mFullPath;
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 61 milliseconds