Searched defs:strokeMiterLimit (Results 1 - 4 of 4) sorted by relevance

/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,
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/libs/hwui/
H A DVectorDrawable.h219 float strokeMiterLimit = 4; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
300 return mPrimitiveFields.strokeMiterLimit;
314 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin,
324 mPrimitiveFields.strokeMiterLimit = strokeMiterLimit;
347 strokeMiterLimit, member in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::Property
312 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
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java171 * <dt><code>android:strokeMiterLimit</code></dt>
1906 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4);
1971 strokeMiterLimit = a.getFloat(
1972 R.styleable.VectorDrawablePath_strokeMiterLimit, strokeMiterLimit);
1987 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType);
2197 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
2195 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/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java204 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
216 path.setStrokeMiterlimit(strokeMiterLimit);
202 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

Completed in 5316 milliseconds