Searched refs:getTrimPathStart (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 122 applyTrim(tempStagingPath, inPath, mStagingProperties.getTrimPathStart(), in getUpdatedPath() 126 if (mProperties.getTrimPathStart() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) { in getUpdatedPath() 128 applyTrim(&mTrimmedSkPath, mSkPath, mProperties.getTrimPathStart(), in getUpdatedPath()
|
H A D | VectorDrawable.h | 265 float getTrimPathStart() const { return mPrimitiveFields.trimPathStart; } in getTrimPathStart() function
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 325 static jfloat getTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr) { in getTrimPathStart() function 327 return fullPath->stagingProperties()->getTrimPathStart(); in getTrimPathStart() 411 {"nGetTrimPathStart", "(J)F", (void*)getTrimPathStart},
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | VectorDrawable.java | 1843 return object.getTrimPathStart(); 2213 float getTrimPathStart() { in getTrimPathStart() method in VectorDrawable.VFullPath
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 5237 HSPLandroidx/compose/ui/graphics/vector/VectorPath;->getTrimPathStart()F
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17525 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getTrimPathStart()F
|