Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h217 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, in updateProperties()
345 strokeLineJoin, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1537 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
1812 int strokeLineJoin, int fillType); 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.java192 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()