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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java197 static int[] doDrawLine(SurfaceData sData, PixelWriter pw, int[] boundPts, argument
201 if (boundPts == null) {
202 boundPts = new int[8];
204 boundPts[0] = origx1;
205 boundPts[1] = origy1;
206 boundPts[2] = origx2;
207 boundPts[3] = origy2;
208 if (!adjustLine(boundPts,
212 return boundPts;
214 int x1 = boundPts[
440 adjustLine(int [] boundPts, int cxmin, int cymin, int cx2, int cy2) argument
[all...]

Completed in 352 milliseconds