/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 | 87 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument 89 if (trimPathStart == 0.0f && trimPathEnd == 1.0f) { in applyTrim() 94 if (trimPathStart == trimPathEnd) { in applyTrim() 101 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f); in applyTrim() 258 case Property::trimPathEnd: in setPropertyValue()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument 140 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() 340 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() argument 342 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 | 2021 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4); in updateStateFromTypedArray() local 2096 trimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd, in updateStateFromTypedArray() 2097 trimPathEnd); in updateStateFromTypedArray() 2105 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, in updateStateFromTypedArray() 2245 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() argument 2247 nSetTrimPathEnd(mNativePtr, trimPathEnd); in setTrimPathEnd() 2318 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument 2407 private static native void nSetTrimPathEnd(long pathPtr, float trimPathEnd); in nSetTrimPathEnd() argument
|
/frameworks/base/core/api/ |
D | current.txt | 1575 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1328 field public static final int trimPathEnd = 16843785; // 0x1010409
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 80007 Lcom/android/internal/R$attr;->trimPathEnd:I
|