Searched defs:fillType (Results 1 – 7 of 7) sorted by relevance
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local37 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
219 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member285 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()319 fillType, enumerator
217 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()805 private void setFillType(int fillType) { in setFillType()
2022 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local2315 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
546 private void setFillType(FillType fillType) { in setFillType()
139 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
96 final FillType fillType = getFillType(); in reset() local