Home
last modified time | relevance | path

Searched defs:strokeLineCap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h216 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties()
344 strokeLineCap, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1536 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4); in updateStateFromTypedArray() local
1811 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()