Searched defs:trimPathEnd (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 214 float trimPathEnd = 1; member 288 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() 312 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, in updateProperties() 342 trimPathEnd, enumerator
|
D | VectorDrawable.cpp | 134 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1534 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local 1758 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() 1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 1867 private static native void nSetTrimPathEnd(long pathPtr, float trimPathEnd); in nSetTrimPathEnd()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 471 static void nSetTrimPathEnd(long pathPtr, float trimPathEnd) { in nSetTrimPathEnd() 739 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 337 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1686 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd()
|