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

/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c329 int abserr, clipdx, clipdy; local in function:TGAPolySegment
344 abserr = abs(err);
345 while((abserr & range) ||
350 abserr /= 2;
556 int abserr, clipdx, clipdy; local in function:TGAPolySegmentDashed
570 abserr = abs(err);
571 while((abserr & range) ||
576 abserr >>= 1;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c252 int abserr, clipdx, clipdy; local in function:XAAPolySegmentDashed
266 abserr = abs(err);
267 while((abserr & range) ||
272 abserr >>= 1;
H A DxaaLine.c330 int abserr, clipdx, clipdy; local in function:XAAPolySegment
344 abserr = abs(err);
345 while((abserr & range) ||
350 abserr >>= 1;

Completed in 3 milliseconds