Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h214 float trimPathStart = 0; member
283 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
313 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, in updateProperties()
342 trimPathStart, enumerator
DVectorDrawable.cpp80 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java203 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/
DVectorDrawable.java1901 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4); in updateStateFromTypedArray() local
2114 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
2196 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties()
2282 private static native void nSetTrimPathStart(long pathPtr, float trimPathStart); in nSetTrimPathStart()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp133 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/
DVectorDrawableCompat.java1852 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()