Home
last modified time | relevance | path

Searched defs:getTrimPathOffset (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h273 float getTrimPathOffset() const { return mPrimitiveFields.trimPathOffset; } in getTrimPathOffset() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp345 static jfloat getTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr) { in getTrimPathOffset() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2237 float getTrimPathOffset() { in getTrimPathOffset() method in VectorDrawable.VFullPath