Searched defs:trimPathEnd (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 214 float trimPathEnd = 1; member 269 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() 284 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties() 314 trimPathEnd, enumerator
|
D | VectorDrawable.cpp | 87 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2021 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local 2245 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() 2318 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 2407 private static native void nSetTrimPathEnd(long pathPtr, float trimPathEnd); in nSetTrimPathEnd()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 495 static void nSetTrimPathEnd(long pathPtr, float trimPathEnd) { in nSetTrimPathEnd() 777 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 340 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd()
|