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

/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaArcRasterizer.java225 static void addSeg(MultiRectArea mra, int cx1, int cy1, int cx2, int cy2, int a, int b, int[] xline, int[] yline, int[] bounds) { argument
231 addX1LineSeg(mra, xline, cx2, cy1, b, bounds[1], bounds[2]);
234 addX2LineSeg(mra, xline, cx1, cy1, b, bounds[1], bounds[2]);
243 addX3LineSeg(mra, xline, cx1, cy2, b, bounds[1], bounds[2]);
246 addX0LineSeg(mra, xline, cx2, cy2, b, bounds[1], bounds[2]);
402 int[] xline = createLine(a, b, xcount, ycount);
406 int i = xline.length;
407 while(xline[--i] > xcount) {
408 xline[i] = xcount;
418 addX0Line(mra, xline, cx
[all...]

Completed in 35 milliseconds