Home
last modified time | relevance | path

Searched defs:trimPathOffset (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h215 float trimPathOffset = 0; member
273 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
284 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties()
315 trimPathOffset, enumerator
DVectorDrawable.cpp88 float trimPathOffset) { in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2022 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4); in updateStateFromTypedArray() local
2257 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
2318 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
2411 private static native void nSetTrimPathOffset(long pathPtr, float trimPathOffset); in nSetTrimPathOffset()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
507 static void nSetTrimPathOffset(long pathPtr, float trimPathOffset) { in nSetTrimPathOffset()
785 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
350 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset()