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
285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
317 strokeLineJoin, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2020 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
2315 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp139 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()