Home
last modified time | relevance | path

Searched defs:trimPathEnd (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h214 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
DVectorDrawable.cpp134 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1534 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/
DVectorDrawable_Delegate.java191 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/
Dandroid_graphics_drawable_VectorDrawable.cpp133 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/
DVectorDrawableCompat.java1686 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd()