/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 215 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
|
D | VectorDrawable.cpp | 80 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/ |
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/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 204 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/ |
D | AndroidResources.java | 52 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
|
D | VectorDrawableCompat.java | 1862 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 1863 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1902 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/ |
D | android-22.txt | 1328 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/base/api/ |
D | current.txt | 1437 field public static final int trimPathEnd = 16843785; // 0x1010409
|
D | system-current.txt | 1564 field public static final int trimPathEnd = 16843785; // 0x1010409
|