Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h214 float trimPathStart = 0; member
266 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
284 SkColor fillColor, float fillAlpha, float trimPathStart, in updateProperties()
314 trimPathStart, enumerator
DVectorDrawable.cpp84 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2005 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4); in updateStateFromTypedArray() local
2218 void setTrimPathStart(float trimPathStart) { in setTrimPathStart()
2302 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, in nUpdateFullPathProperties()
2388 private static native void nSetTrimPathStart(long pathPtr, float trimPathStart); in nSetTrimPathStart()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
331 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { in setTrimPathStart()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...