Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h213 float trimPathStart = 0; member
265 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
283 SkColor fillColor, float fillAlpha, float trimPathStart, in updateProperties()
313 trimPathStart, enumerator
DVectorDrawable.cpp87 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2020 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4); in updateStateFromTypedArray() local
2233 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
2317 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties()
2403 private static native void nSetTrimPathStart(long pathPtr, float trimPathStart); in nSetTrimPathStart()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java215 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties()
483 static void nSetTrimPathStart(long pathPtr, float trimPathStart) { in nSetTrimPathStart()
769 private void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
330 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { in setTrimPathStart()