Searched refs:strokeLineJoin (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 220 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member 308 return mPrimitiveFields.strokeLineJoin; in getStrokeLineJoin() 316 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties() argument 328 mPrimitiveFields.strokeLineJoin = strokeLineJoin; in updateProperties() 348 strokeLineJoin, enumerator
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | AndroidResources.java | 53 android.R.attr.strokeLineJoin, android.R.attr.strokeMiterLimit,
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 138 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1912 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local 1976 strokeLineJoin = a.getInt( in updateStateFromTypedArray() 1977 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin); in updateStateFromTypedArray() 1994 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2205 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 205 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument 218 path.setStrokeLineJoin(strokeLineJoin); in nUpdateFullPathProperties()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1164 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
/frameworks/base/api/ |
D | current.txt | 1254 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
D | test-current.txt | 1254 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
D | system-current.txt | 1390 field public static final int strokeLineJoin = 16843788; // 0x101040c
|