Home
last modified time | relevance | path

Searched refs:trimPathEnd (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h215 float trimPathEnd = 1; member
287 return mPrimitiveFields.trimPathEnd; in getTrimPathEnd()
289 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
290 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathEnd, trimPathEnd, mTrimDirty); in setTrimPathEnd()
313 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, in updateProperties() argument
322 mPrimitiveFields.trimPathEnd = trimPathEnd; in updateProperties()
343 trimPathEnd, enumerator
DVectorDrawable.cpp80 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument
82 if (trimPathStart == 0.0f && trimPathEnd == 1.0f) { in applyTrim()
87 if (trimPathStart == trimPathEnd) { in applyTrim()
94 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f); in applyTrim()
251 case Property::trimPathEnd: in setPropertyValue()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument
137 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
337 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() argument
339 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd); in setTrimPathEnd()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java204 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
214 path.setTrimPathEnd(trimPathEnd); in nUpdateFullPathProperties()
483 static void nSetTrimPathEnd(long pathPtr, float trimPathEnd) { in nSetTrimPathEnd() argument
485 path.setTrimPathEnd(trimPathEnd); in nSetTrimPathEnd()
765 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
766 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DAndroidResources.java52 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
DVectorDrawableCompat.java1862 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
1863 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1902 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local
1977 trimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd, in updateStateFromTypedArray()
1978 trimPathEnd); in updateStateFromTypedArray()
1986 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, in updateStateFromTypedArray()
2126 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
2128 nSetTrimPathEnd(mNativePtr, trimPathEnd); in setTrimPathEnd()
2197 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
2286 private static native void nSetTrimPathEnd(long pathPtr, float trimPathEnd); in nSetTrimPathEnd() argument
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1328 field public static final int trimPathEnd = 16843785; // 0x1010409
/frameworks/base/api/
Dcurrent.txt1437 field public static final int trimPathEnd = 16843785; // 0x1010409
Dsystem-current.txt1564 field public static final int trimPathEnd = 16843785; // 0x1010409