Searched refs:adjustfill (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java50 boolean adjustfill; field in class:PixelToParallelogramConverter
59 * @param adjustfill boolean to control whethere normalization
67 boolean adjustfill)
74 this.adjustfill = adjustfill;
309 if (adjustfill &&
63 PixelToParallelogramConverter(ShapeDrawPipe shapepipe, ParallelogramPipe pgrampipe, double minPenSize, double normPosition, boolean adjustfill) argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSurfaceData.java425 boolean adjustfill)
427 super(shapepipe, pgrampipe, minPenSize, normPosition, adjustfill);
421 PixelToPgramLoopConverter(ShapeDrawPipe shapepipe, ParallelogramPipe pgrampipe, double minPenSize, double normPosition, boolean adjustfill) argument

Completed in 139 milliseconds