Searched refs:GROW_SIZE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java39 static final int GROW_SIZE = 24; // Multiple of cubic & quad curve size field in class:FlatteningPathIterator
177 int newsize = hold.length + GROW_SIZE;
180 newhold, holdIndex + GROW_SIZE,
183 holdIndex += GROW_SIZE;
184 holdEnd += GROW_SIZE;
/openjdk7/hotspot/test/compiler/7047069/
H A DTest7047069.java39 static final int GROW_SIZE = 24; // Multiple of cubic & quad curve size field in class:Test7047069
139 int newsize = hold.length + GROW_SIZE;
142 newhold, holdIndex + GROW_SIZE,
149 holdIndex += GROW_SIZE;
150 holdEnd += GROW_SIZE;
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java65 static final int GROW_SIZE = 50; field in class:Region
957 int[] newbands = new int[bands.length + GROW_SIZE];
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c861 #define GROW_SIZE 20 macro
1000 int newSize = pd->segmentsSize + GROW_SIZE;

Completed in 48 milliseconds