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
220 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member315 int fillType) { in updateProperties()348 fillType, enumerator
205 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()793 private void setFillType(int fillType) { in setFillType()
1907 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local2198 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
533 private void setFillType(FillType fillType) { in setFillType()
84 final FillType fillType = getFillType(); in reset() local