Home
last modified time | relevance | path

Searched refs:strokeLineJoin (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h217 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/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp139 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument
143 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2020 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local
2084 strokeLineJoin = a.getInt( in updateStateFromTypedArray()
2085 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin); in updateStateFromTypedArray()
2102 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray()
2315 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument
230 path.setStrokeLineJoin(strokeLineJoin); in nUpdateFullPathProperties()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1164 field public static final int strokeLineJoin = 16843788; // 0x101040c
/frameworks/base/non-updatable-api/
Dcurrent.txt1309 field public static final int strokeLineJoin = 16843788; // 0x101040c
/frameworks/base/api/
Dcurrent.txt1309 field public static final int strokeLineJoin = 16843788; // 0x101040c
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90925 Lcom/android/internal/R$attr;->strokeLineJoin:I