Searched refs:strokeLineCap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.h216 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
302 return mPrimitiveFields.strokeLineCap;
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin,
324 mPrimitiveFields.strokeLineCap = strokeLineCap;
344 strokeLineCap, 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
/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,
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp134 jint strokeLineCap, jint strokeLineJoin, jint fillType) {
138 strokeLineCap, strokeLineJoin, fillType);
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/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java159 * <dt><code>android:strokeLineCap</code></dt>
1536 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4);
1599 strokeLineCap = a.getInt(
1600 R.styleable.VectorDrawablePath_strokeLineCap, strokeLineCap);
1619 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType);
1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
1809 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.java191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
204 path.setStrokeLineCap(strokeLineCap);
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

Completed in 142 milliseconds