Searched refs:FullPath (Results 1 - 6 of 6) 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.cpp127 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h105 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId,
115 VectorDrawable::FullPath* mFullPath;
121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue,
130 VectorDrawable::FullPath* mFullPath;
H A DVectorDrawable.cpp76 FullPath::FullPath(const FullPath& path) : Path(path) { function in class:android::uirenderer::VectorDrawable::FullPath
106 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) {
137 void FullPath::dump() {
150 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) {
194 void FullPath::syncProperties() {
206 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
224 void FullPath
[all...]
H A DVectorDrawable.h204 class ANDROID_API FullPath: public Path { class in namespace:android::uirenderer::VectorDrawable
357 FullPath(const FullPath& path); // for cloning
358 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} function in class:android::uirenderer::VectorDrawable::FullPath
359 FullPath() : Path() {} function in class:android::uirenderer::VectorDrawable::FullPath
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp402 VectorDrawable::FullPath path("m1 1", 4);

Completed in 235 milliseconds