Home
last modified time | relevance | path

Searched refs:fillType (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathTest.java30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local
33 assertFalse(fillType.equals(defaultFillType)); in testResetPreservesFillType()
35 path.setFillType(fillType); in testResetPreservesFillType()
37 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h219 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member
280 float getFillType() const { return mPrimitiveFields.fillType; } in getFillType()
285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties() argument
297 mPrimitiveFields.fillType = fillType; in updateProperties()
319 fillType, enumerator
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java546 private void setFillType(FillType fillType) { in setFillType() argument
547 mFillType = fillType; in setFillType()
548 mPath.setWindingRule(getWindingRule(fillType)); in setFillType()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument
231 path.setFillType(fillType); in nUpdateFullPathProperties()
805 private void setFillType(int fillType) { in setFillType() argument
806 mFillType = fillType; in setFillType()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java97 final FillType fillType = getFillType(); in reset() local
99 setFillType(fillType); in reset()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp137 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument
141 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2026 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local
2102 fillType = a.getInt(R.styleable.VectorDrawablePath_fillType, fillType); in updateStateFromTypedArray()
2106 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray()
2319 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.kt266 path.fillType = Path.FillType.INVERSE_EVEN_ODD
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt656 field public static final int fillType = 16844062; // 0x101051e
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79131 Lcom/android/internal/R$attr;->fillType:I