Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h216 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
DVectorDrawable.cpp81 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
/frameworks/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.java1908 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/
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.java1855 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()