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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp347 static jfloat getTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
349 return fullPath->stagingProperties()->getTrimPathOffset();
417 {"nGetTrimPathOffset", "(J)F", (void*)getTrimPathOffset},
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp116 mStagingProperties.getTrimPathEnd(), mStagingProperties.getTrimPathOffset());
122 mProperties.getTrimPathEnd(), mProperties.getTrimPathOffset());
H A DVectorDrawable.h277 float getTrimPathOffset() const { return mPrimitiveFields.trimPathOffset; } function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java202 path.getTrimPathOffset());
502 return path.getTrimPathOffset();
780 private float getTrimPathOffset() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1853 return object.getTrimPathOffset();
2225 float getTrimPathOffset() { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1864 float getTrimPathOffset() { method in class:VectorDrawableCompat.VFullPath

Completed in 57 milliseconds