Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DPathTest.java31 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local
32 assertFalse(fillType.equals(defaultFillType)); // Sanity check for the test itself. in testResetPreservesFillType()
34 path.setFillType(fillType); in testResetPreservesFillType()
36 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
/frameworks/base/libs/hwui/
DVectorDrawable.h220 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member
309 return mPrimitiveFields.fillType; in getFillType()
315 int fillType) { in updateProperties() argument
327 mPrimitiveFields.fillType = fillType; in updateProperties()
348 fillType, enumerator
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DAndroidResources.java54 android.R.attr.strokeAlpha, android.R.attr.fillAlpha, android.R.attr.fillType
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java533 private void setFillType(FillType fillType) { in setFillType() argument
534 mFillType = fillType; in setFillType()
535 mPath.setWindingRule(getWindingRule(fillType)); in setFillType()
/frameworks/base/graphics/java/android/graphics/
DPath.java84 final FillType fillType = getFillType(); in reset() local
86 setFillType(fillType); in reset()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java205 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties() argument
219 path.setFillType(fillType); in nUpdateFullPathProperties()
793 private void setFillType(int fillType) { in setFillType() argument
794 mFillType = fillType; in setFillType()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument
138 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1907 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local
1983 fillType = a.getInt(R.styleable.VectorDrawablePath_fillType, fillType); in updateStateFromTypedArray()
1987 strokeMiterLimit, strokeLineCap, strokeLineJoin, fillType); in updateStateFromTypedArray()
2198 int strokeLineJoin, int fillType); in nUpdateFullPathProperties() argument
/frameworks/base/api/
Dcurrent.txt590 field public static final int fillType = 16844062; // 0x101051e
Dsystem-current.txt711 field public static final int fillType = 16844062; // 0x101051e