Home
last modified time | relevance | path

Searched defs:trimPathOffset (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h216 float trimPathOffset = 0; member
274 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
285 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties()
316 trimPathOffset, enumerator
DVectorDrawable.cpp85 float trimPathOffset) { in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2007 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/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
351 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset()