Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h214 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
DVectorDrawable.cpp87 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/
Dandroid_graphics_drawable_VectorDrawable.cpp136 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/
DVectorDrawable_Delegate.java216 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/
DVectorDrawable.java2021 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/
Dcurrent.txt1575 field public static final int trimPathEnd = 16843785; // 0x1010409
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1328 field public static final int trimPathEnd = 16843785; // 0x1010409
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt80007 Lcom/android/internal/R$attr;->trimPathEnd:I