/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 214 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
|
D | VectorDrawable.cpp | 134 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/ |
D | android_graphics_drawable_VectorDrawable.cpp | 133 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/ |
D | VectorDrawable.java | 1534 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/ |
D | VectorDrawable_Delegate.java | 191 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/ |
D | AndroidResources.java | 50 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
|
D | VectorDrawableCompat.java | 1686 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 1687 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1970 NO DOC BLOCK: android.R.attr Field trimPathEnd
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1328 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/base/api/ |
D | current.txt | 1367 field public static final int trimPathEnd = 16843785; // 0x1010409
|
D | test-current.txt | 1367 field public static final int trimPathEnd = 16843785; // 0x1010409
|
D | system-current.txt | 1478 field public static final int trimPathEnd = 16843785; // 0x1010409
|