Searched refs:strokeMiterLimit (Results 1 – 7 of 7) 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/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 136 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles() argument 140 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset, strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2025 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4); in updateStateFromTypedArray() local 2090 strokeMiterLimit = a.getFloat( in updateStateFromTypedArray() 2091 R.styleable.VectorDrawablePath_strokeMiterLimit, strokeMiterLimit); in updateStateFromTypedArray() 2106 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2318 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/base/core/api/ |
D | current.txt | 1383 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1165 field public static final int strokeMiterLimit = 16843789; // 0x101040d
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 79820 Lcom/android/internal/R$attr;->strokeMiterLimit:I
|