Searched refs:strokeLineJoin (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 218 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join; member 280 float getStrokeLineJoin() const { return mPrimitiveFields.strokeLineJoin; } in getStrokeLineJoin() 286 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() argument 297 mPrimitiveFields.strokeLineJoin = strokeLineJoin; in updateProperties() 318 strokeLineJoin, enumerator
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | VectorDrawable.java | 2009 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray() local 2073 strokeLineJoin = a.getInt( in updateStateFromTypedArray() 2074 R.styleable.VectorDrawablePath_strokeLineJoin, strokeLineJoin); in updateStateFromTypedArray() 2091 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray() 2304 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1555 field public static final int strokeLineJoin = 16843788; // 0x101040c
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 76496 Lcom/android/internal/R$attr;->strokeLineJoin:I
|