HomeSort by relevance Sort by last modified time
    Searched refs:xline (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaArcRasterizer.java 225 static void addSeg(MultiRectArea mra, int cx1, int cy1, int cx2, int cy2, int a, int b, int[] xline, int[] yline, int[] bounds) {
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); local
406 int i = xline.length;
407 while(xline[--i] > xcount) {
408 xline[i] = xcount;
418 addX0Line(mra, xline, cx2, cy2, b)
    [all...]
  /external/zlib/
make_vms.com 423 $ read/end=end_xloop xtmp xline
424 $ xline = f$edit(xline,"compress")
425 $ write atmp xline

Completed in 76 milliseconds