Searched defs:trimPathOffset (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 216 float trimPathOffset = 0; member 274 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() 285 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties() 316 trimPathOffset, enumerator
|
D | VectorDrawable.cpp | 85 float trimPathOffset) { in applyTrim()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2007 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4); in updateStateFromTypedArray() local 2242 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() 2303 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() 2396 private static native void nSetTrimPathOffset(long pathPtr, float trimPathOffset); in nSetTrimPathOffset()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 137 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 351 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset()
|