Home
last modified time | relevance | path

Searched refs:getTrimPathEnd (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp332 static jfloat getTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr) { in getTrimPathEnd() function
334 return fullPath->stagingProperties()->getTrimPathEnd(); in getTrimPathEnd()
409 {"nGetTrimPathEnd", "(J)F", (void*)getTrimPathEnd},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp116 mStagingProperties.getTrimPathEnd(), mStagingProperties.getTrimPathOffset()); in getUpdatedPath()
119 if (mProperties.getTrimPathStart() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) { in getUpdatedPath()
122 mProperties.getTrimPathEnd(), mProperties.getTrimPathOffset()); in getUpdatedPath()
DVectorDrawable.h288 float getTrimPathEnd() const{ in getTrimPathEnd() function
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java189 properties.putFloat(VFullPath_Delegate.TRIM_PATH_END_INDEX * 4, path.getTrimPathEnd()); in nGetFullPathProperties()
479 return path.getTrimPathEnd(); in nGetTrimPathEnd()
761 private float getTrimPathEnd() { in getTrimPathEnd() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1755 return object.getTrimPathEnd();
2128 float getTrimPathEnd() { in getTrimPathEnd() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1860 float getTrimPathEnd() { in getTrimPathEnd() method in VectorDrawableCompat.VFullPath