Searched refs:strokeLineCap (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 216 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member 278 float getStrokeLineCap() const { return mPrimitiveFields.strokeLineCap; } in getStrokeLineCap() 285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() argument 295 mPrimitiveFields.strokeLineCap = strokeLineCap; in updateProperties() 316 strokeLineCap, enumerator
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2023 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4); in updateStateFromTypedArray() local 2086 strokeLineCap = a.getInt( in updateStateFromTypedArray() 2087 R.styleable.VectorDrawablePath_strokeLineCap, strokeLineCap); 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 229 path.setStrokeLineCap(strokeLineCap); in nUpdateFullPathProperties()
|
/frameworks/base/core/api/ |
D | current.txt | 1381 field public static final int strokeLineCap = 16843787; // 0x101040b
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1163 field public static final int strokeLineCap = 16843787; // 0x101040b
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 79818 Lcom/android/internal/R$attr;->strokeLineCap:I
|