/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 214 float trimPathEnd = 1; member 268 float getTrimPathEnd() const { return mPrimitiveFields.trimPathEnd; } in getTrimPathEnd() 269 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 270 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathEnd, trimPathEnd, mTrimDirty); in setTrimPathEnd() 284 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties() argument 292 mPrimitiveFields.trimPathEnd = trimPathEnd; in updateProperties() 314 trimPathEnd, enumerator
|
D | VectorDrawable.cpp | 81 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument 83 if (trimPathStart == 0.0f && trimPathEnd == 1.0f) { in applyTrim() 88 if (trimPathStart == trimPathEnd) { in applyTrim() 95 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f); in applyTrim() 253 case Property::trimPathEnd: in setPropertyValue()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 138 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument 142 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 342 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() argument 344 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd); in setTrimPathEnd()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument 226 path.setTrimPathEnd(trimPathEnd); in nUpdateFullPathProperties() 495 static void nSetTrimPathEnd(long pathPtr, float trimPathEnd) { in nSetTrimPathEnd() argument 497 path.setTrimPathEnd(trimPathEnd); in nSetTrimPathEnd() 777 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 778 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2017 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local 2092 trimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd, in updateStateFromTypedArray() 2093 trimPathEnd); in updateStateFromTypedArray() 2101 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, in updateStateFromTypedArray() 2241 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 2243 nSetTrimPathEnd(mNativePtr, trimPathEnd); in setTrimPathEnd() 2314 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument 2403 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/non-updatable-api/ |
D | current.txt | 1498 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/base/api/ |
D | current.txt | 1498 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 91113 Lcom/android/internal/R$attr;->trimPathEnd:I
|