Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h215 float trimPathOffset = 0; member
294 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties()
343 trimPathOffset, enumerator
DVectorDrawable.cpp135 float trimPathOffset) { in applyTrim()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1535 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4); in updateStateFromTypedArray() local
1770 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
1869 private static native void nSetTrimPathOffset(long pathPtr, float trimPathOffset); in nSetTrimPathOffset()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
483 static void nSetTrimPathOffset(long pathPtr, float trimPathOffset) { in nSetTrimPathOffset()
747 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
347 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1696 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset()