Searched defs:trimPathStart (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 216 float trimPathStart = 0; member 285 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() 315 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, in updateProperties() 344 trimPathStart, enumerator
|
D | VectorDrawable.cpp | 81 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 203 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties() 471 static void nSetTrimPathStart(long pathPtr, float trimPathStart) { in nSetTrimPathStart() 757 private void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1908 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4); in updateStateFromTypedArray() local 2121 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() 2203 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties() 2289 private static native void nSetTrimPathStart(long pathPtr, float trimPathStart); in nSetTrimPathStart()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 327 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { in setTrimPathStart()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1855 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
|