Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h220 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member
316 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties()
348 strokeLineJoin, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1912 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
2205 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java205 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()