Searched defs:fillType (Results 1 – 7 of 7) sorted by relevance
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD; in testResetPreservesFillType() local35 assertEquals(path.getFillType(), fillType); in testResetPreservesFillType() local
219 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member314 int fillType) { in updateProperties()347 fillType, enumerator
192 int strokeLineJoin, int fillType) { in nUpdateFullPathProperties()767 private void setFillType(int fillType) { in setFillType()
1539 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local1812 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
134 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
531 private void setFillType(FillType fillType) { in setFillType()
79 final FillType fillType = getFillType(); in reset() local