Searched refs:trimPathOffset (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.h215 float trimPathOffset = 0; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
292 return mPrimitiveFields.trimPathOffset;
294 void setTrimPathOffset(float trimPathOffset) { argument
295 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathOffset, trimPathOffset, mTrimDirty);
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin,
322 mPrimitiveFields.trimPathOffset = trimPathOffset;
343 trimPathOffset, member in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::Property
311 updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, SkColor fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
H A DVectorDrawable.cpp135 float trimPathOffset) {
147 float start = len * fmod((trimPathStart + trimPathOffset), 1.0f);
148 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f);
306 case Property::trimPathOffset:
134 applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, float trimPathOffset) argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DAndroidResources.java50 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
H A DVectorDrawableCompat.java193 * <dt><code>android:trimPathOffset</code></dt>
1795 mTrimPathOffset = TypedArrayUtils.getNamedFloat(a, parser, "trimPathOffset",
1891 void setTrimPathOffset(float trimPathOffset) { argument
1892 mTrimPathOffset = trimPathOffset;
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit,
137 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit,
347 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { argument
349 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset);
131 updateFullPathPropertiesAndStrokeStyles(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth, jint strokeColor, jfloat strokeAlpha, jint fillColor, jfloat fillAlpha, jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, jint strokeLineCap, jint strokeLineJoin, jint fillType) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
202 path.setTrimPathOffset(trimPathOffset);
483 static void nSetTrimPathOffset(long pathPtr, float trimPathOffset) { argument
485 path.setTrimPathOffset(trimPathOffset);
747 private void setTrimPathOffset(float trimPathOffset) { argument
748 mTrimPathOffset = trimPathOffset;
189 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java189 * <dt><code>android:trimPathOffset</code></dt>
1654 put("trimPathOffset", TRIM_PATH_OFFSET_INDEX);
1751 new FloatProperty<VFullPath> ("trimPathOffset") {
1773 put("trimPathOffset", TRIM_PATH_OFFSET);
1893 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4);
1969 trimPathOffset = a.getFloat(
1970 R.styleable.VectorDrawablePath_trimPathOffset, trimPathOffset);
1976 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset,
2128 void setTrimPathOffset(float trimPathOffset) { argument
2130 nSetTrimPathOffset(mNativePtr, trimPathOffset);
2168 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
2228 nSetTrimPathOffset(long pathPtr, float trimPathOffset) argument
[all...]

Completed in 76 milliseconds