Searched refs:strokeMiterLimit (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 218 float strokeMiterLimit = 4; member 299 return mPrimitiveFields.strokeMiterLimit; in getStrokeMiterLimit() 313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties() argument 323 mPrimitiveFields.strokeMiterLimit = strokeMiterLimit; in updateProperties() 346 strokeMiterLimit, 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 | 1538 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4); in updateStateFromTypedArray() local 1603 strokeMiterLimit = a.getFloat( in updateStateFromTypedArray() 1604 R.styleable.VectorDrawablePath_strokeMiterLimit, strokeMiterLimit); in updateStateFromTypedArray() 1619 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 133 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument 137 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument 203 path.setStrokeMiterlimit(strokeMiterLimit); in nUpdateFullPathProperties()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1826 NO DOC BLOCK: android.R.attr Field strokeMiterLimit
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1165 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/base/api/ |
D | current.txt | 1185 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
D | test-current.txt | 1185 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
D | system-current.txt | 1296 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|