Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h214 float trimPathEnd = 1; member
286 return mPrimitiveFields.trimPathEnd; in getTrimPathEnd()
288 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
289 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathEnd, trimPathEnd, mTrimDirty); in setTrimPathEnd()
312 SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, in updateProperties() argument
321 mPrimitiveFields.trimPathEnd = trimPathEnd; in updateProperties()
342 trimPathEnd, enumerator
DVectorDrawable.cpp134 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument
136 if (trimPathStart == 0.0f && trimPathEnd == 1.0f) { in applyTrim()
141 if (trimPathStart == trimPathEnd) { in applyTrim()
148 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f); in applyTrim()
299 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/graphics/java/android/graphics/drawable/
DVectorDrawable.java1534 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local
1609 trimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd, in updateStateFromTypedArray()
1610 trimPathEnd); in updateStateFromTypedArray()
1618 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, in updateStateFromTypedArray()
1758 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
1760 nSetTrimPathEnd(mNativePtr, trimPathEnd); in setTrimPathEnd()
1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
1867 private static native void nSetTrimPathEnd(long pathPtr, float trimPathEnd); in nSetTrimPathEnd() argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
201 path.setTrimPathEnd(trimPathEnd); in nUpdateFullPathProperties()
471 static void nSetTrimPathEnd(long pathPtr, float trimPathEnd) { in nSetTrimPathEnd() argument
473 path.setTrimPathEnd(trimPathEnd); in nSetTrimPathEnd()
739 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
740 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DAndroidResources.java50 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
DVectorDrawableCompat.java1686 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument
1687 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1970 NO DOC BLOCK: android.R.attr Field trimPathEnd
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1328 field public static final int trimPathEnd = 16843785; // 0x1010409
/frameworks/base/api/
Dcurrent.txt1367 field public static final int trimPathEnd = 16843785; // 0x1010409
Dtest-current.txt1367 field public static final int trimPathEnd = 16843785; // 0x1010409
Dsystem-current.txt1478 field public static final int trimPathEnd = 16843785; // 0x1010409