Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h218 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member
286 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
318 strokeLineJoin, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2009 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
2304 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp138 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()