Searched refs:strokeLineJoin (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 217 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member 305 return mPrimitiveFields.strokeLineJoin; in getStrokeLineJoin() 313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties() argument 325 mPrimitiveFields.strokeLineJoin = strokeLineJoin; in updateProperties() 345 strokeLineJoin, enumerator
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | AndroidResources.java | 51 android.R.attr.strokeLineJoin, android.R.attr.strokeMiterLimit,
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1537 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local 1601 strokeLineJoin = a.getInt( in updateStateFromTypedArray() 1602 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin); in updateStateFromTypedArray() 1619 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 1812 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
|
/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/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 192 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument 205 path.setStrokeLineJoin(strokeLineJoin); in nUpdateFullPathProperties()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1825 NO DOC BLOCK: android.R.attr Field strokeLineJoin
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1164 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
/frameworks/base/api/ |
D | current.txt | 1184 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
D | test-current.txt | 1184 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
D | system-current.txt | 1295 field public static final int strokeLineJoin = 16843788; // 0x101040c
|