Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h217 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member
285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
317 strokeLineJoin, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2024 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
2319 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()