Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h217 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap; member
286 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
317 strokeLineCap, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2008 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4); in updateStateFromTypedArray() local
2303 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp138 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()