Searched defs:strokeLineCap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 216 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member 285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() 316 strokeLineCap, enumerator
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2019 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4); in updateStateFromTypedArray() local 2314 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 139 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 216 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
|