Searched defs:fillType (Results 1 – 7 of 7) sorted by relevance
31 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local36 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
223 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member290 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()324 fillType, enumerator
216 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()804 private void setFillType(int fillType) { in setFillType()
1999 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local2292 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
536 private void setFillType(FillType fillType) { in setFillType()
139 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
92 final FillType fillType = getFillType(); in reset() local