Searched defs:trimPathOffset (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 215 float trimPathOffset = 0; member 294 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() 313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties() 343 trimPathOffset, enumerator
|
D | VectorDrawable.cpp | 135 float trimPathOffset) { in applyTrim()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1535 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4); in updateStateFromTypedArray() local 1770 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() 1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 1869 private static native void nSetTrimPathOffset(long pathPtr, float trimPathOffset); in nSetTrimPathOffset()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 483 static void nSetTrimPathOffset(long pathPtr, float trimPathOffset) { in nSetTrimPathOffset() 747 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 347 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1696 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
|