Searched refs:strokeLineJoin (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.h | 217 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member 279 float getStrokeLineJoin() const { return mPrimitiveFields.strokeLineJoin; } in getStrokeLineJoin() 285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() argument 296 mPrimitiveFields.strokeLineJoin = strokeLineJoin; in updateProperties() 317 strokeLineJoin, enumerator
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 2024 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local 2088 strokeLineJoin = a.getInt( in updateStateFromTypedArray() 2089 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin); in updateStateFromTypedArray() 2106 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2319 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument 230 path.setStrokeLineJoin(strokeLineJoin); in nUpdateFullPathProperties()
|
/frameworks/base/core/api/ |
D | current.txt | 1382 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1164 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 79819 Lcom/android/internal/R$attr;->strokeLineJoin:I
|