Home | History | Annotate | Download | only in graphics

Lines Matching refs:Path

27         Path path = new Path();
29 final Path.FillType defaultFillType = path.getFillType();
30 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD;
33 path.setFillType(fillType);
34 path.reset();
35 assertEquals(path.getFillType(), fillType);