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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp139 jint strokeLineCap, jint strokeLineJoin, jint fillType) {
143 strokeLineCap, strokeLineJoin, fillType);
136 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.h220 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
283 float getStrokeLineCap() const { return mPrimitiveFields.strokeLineCap; }
290 int strokeLineCap, int strokeLineJoin, int fillType) {
300 mPrimitiveFields.strokeLineCap = strokeLineCap;
321 strokeLineCap, member in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::Property
287 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.java168 * <dt><code>android:strokeLineCap</code></dt>
1996 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4);
2059 strokeLineCap = a.getInt(
2060 R.styleable.VectorDrawablePath_strokeLineCap, strokeLineCap);
2079 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType);
2291 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
2289 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/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java215 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
228 path.setStrokeLineCap(strokeLineCap);
213 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 34 milliseconds