Home
last modified time | relevance | path

Searched refs:strokeLineCap (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h216 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/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument
141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2023 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/
DVectorDrawable_Delegate.java216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties() argument
229 path.setStrokeLineCap(strokeLineCap); in nUpdateFullPathProperties()
/frameworks/base/core/api/
Dcurrent.txt1381 field public static final int strokeLineCap = 16843787; // 0x101040b
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1163 field public static final int strokeLineCap = 16843787; // 0x101040b
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt79818 Lcom/android/internal/R$attr;->strokeLineCap:I