Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h214 float trimPathEnd = 1; member
269 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd()
284 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties()
314 trimPathEnd, 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.java2021 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/
DVectorDrawable_Delegate.java216 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/
Dandroid_graphics_drawable_VectorDrawable.cpp136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
340 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd()