Searched refs:fillType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PathTest.java | 31 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/ |
D | VectorDrawable.h | 220 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/ |
D | AndroidResources.java | 54 android.R.attr.strokeAlpha, android.R.attr.fillAlpha, android.R.attr.fillType
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 533 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/ |
D | Path.java | 84 final FillType fillType = getFillType(); in reset() local 86 setFillType(fillType); in reset()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 205 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/ |
D | android_graphics_drawable_VectorDrawable.cpp | 134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles() argument 138 strokeLineCap, strokeLineJoin, fillType); in updateFullPathPropertiesAndStrokeStyles()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1907 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/ |
D | current.txt | 590 field public static final int fillType = 16844062; // 0x101051e
|
D | system-current.txt | 711 field public static final int fillType = 16844062; // 0x101051e
|