Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp342 static jfloat getTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr) { in getTrimPathOffset() function
344 return fullPath->stagingProperties()->getTrimPathOffset(); in getTrimPathOffset()
409 {"nGetTrimPathOffset", "!(J)F", (void*)getTrimPathOffset},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp168 mProperties.getTrimPathEnd(), mProperties.getTrimPathOffset()); in getUpdatedPath()
179 mStagingProperties.getTrimPathEnd(), mStagingProperties.getTrimPathOffset()); in getStagingPath()
DVectorDrawable.h291 float getTrimPathOffset() const{ in getTrimPathOffset() function
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java178 path.getTrimPathOffset()); in nGetFullPathProperties()
479 return path.getTrimPathOffset(); in nGetTrimPathOffset()
743 private float getTrimPathOffset() { in getTrimPathOffset() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1691 float getTrimPathOffset() { in getTrimPathOffset() method in VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1765 float getTrimPathOffset() { in getTrimPathOffset() method in VectorDrawable.VFullPath