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

/frameworks/base/libs/hwui/
H A DVectorDrawable.h217 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member in struct:android::uirenderer::VectorDrawable::FullPath::FullPathProperties::PrimitiveFields
305 return mPrimitiveFields.strokeLineJoin;
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin,
325 mPrimitiveFields.strokeLineJoin = strokeLineJoin;
345 strokeLineJoin, 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.java51 android.R.attr.strokeLineJoin, android.R.attr.strokeMiterLimit,
/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.java161 * <dt><code>android:strokeLineJoin</code></dt>
1537 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4);
1601 strokeLineJoin = a.getInt(
1602 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin);
1619 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType);
1812 int strokeLineJoin, int fillType);
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.java192 int strokeLineJoin, int fillType) {
205 path.setStrokeLineJoin(strokeLineJoin);
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 107 milliseconds