Searched refs:FullPath (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 45 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(); in createEmptyFullPath() 52 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath); in createFullPath() 138 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles() 145 VectorDrawable::FullPath* path = reinterpret_cast<VectorDrawable::FullPath*>(pathPtr); in updateFullPathFillGradient() 151 VectorDrawable::FullPath* path = reinterpret_cast<VectorDrawable::FullPath*>(pathPtr); in updateFullPathStrokeGradient() 158 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties() 276 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth() 281 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth() 286 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor() 291 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeColor() [all …]
|
H A D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 124 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathColorPropertyHolder() 132 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathPropertyHolder()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 84 FullPath::FullPath(const FullPath& path) : Path(path) { in FullPath() function in android::uirenderer::VectorDrawable::FullPath 114 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) { in getUpdatedPath() 144 void FullPath::dump() { in dump() 156 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) { in draw() 200 void FullPath::syncProperties() { in syncProperties() 212 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields); 217 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties() 230 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() 244 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
|
H A D | PropertyValuesHolder.h | 104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() 115 VectorDrawable::FullPath* mFullPath; 121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder() 131 VectorDrawable::FullPath* mFullPath;
|
H A D | VectorDrawable.h | 204 class FullPath : public Path { 329 FullPath(const FullPath& path); // for cloning 330 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} in FullPath() function 331 FullPath() : Path() {} in FullPath() function
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | VectorDrawableTests.cpp | 399 VectorDrawable::FullPath path("m1 1", 4); in TEST()
|