Searched refs:strokeMiterLimit (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 218 float strokeMiterLimit = 4; member 277 float getStrokeMiterLimit() const { return mPrimitiveFields.strokeMiterLimit; } in getStrokeMiterLimit() 284 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties() argument 294 mPrimitiveFields.strokeMiterLimit = strokeMiterLimit; in updateProperties() 318 strokeMiterLimit, enumerator
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 138 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument 142 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2021 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4); in updateStateFromTypedArray() local 2086 strokeMiterLimit = a.getFloat( in updateStateFromTypedArray() 2087 R.styleable.VectorDrawablePath_strokeMiterLimit, strokeMiterLimit); in updateStateFromTypedArray() 2102 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2314 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument 228 path.setStrokeMiterlimit(strokeMiterLimit); in nUpdateFullPathProperties()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1165 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 1310 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/base/api/ |
D | current.txt | 1310 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90926 Lcom/android/internal/R$attr;->strokeMiterLimit:I
|