Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h219 float strokeMiterLimit = 4; member
285 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, in updateProperties()
319 strokeMiterLimit, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2010 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4); in updateStateFromTypedArray() local
2303 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, in nUpdateFullPathProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp137 jfloat trimPathStart, jfloat trimPathEnd, jfloat trimPathOffset, jfloat strokeMiterLimit, in updateFullPathPropertiesAndStrokeStyles()