Home | History | Annotate | Download | only in graphics

Lines Matching refs:Path

28         Path path = new Path();
30 final Path.FillType defaultFillType = path.getFillType();
31 final Path.FillType fillType = Path.FillType.INVERSE_EVEN_ODD;
34 path.setFillType(fillType);
35 path.reset();
36 assertEquals(path.getFillType(), fillType);