| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mizerline.c | 115 int oc1, oc2; local in function:miZeroLine 179 /* x2, y2, oc2 copied to x1, y1, oc1 at top of loop to simplify 184 oc2 = 0; 185 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); 199 oc1 = oc2; 215 oc2 = 0; 216 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); 236 if ((oc1 | oc2) != 0) 242 octant, bias, oc1, oc2); 300 if ((oc1 | oc2) ! [all...] |
| H A D | mizerclip.c | 418 int oc1, int oc2) 443 if ((oc1 & oc2) != 0) /* trivial reject */ 447 clip2 = oc2; 450 else if ((oc1 | oc2) == 0) /* trivial accept */ 467 SWAPINT(oc1, oc2); 408 miZeroClipLine(int xmin,int ymin,int xmax,int ymax,int * new_x1,int * new_y1,int * new_x2,int * new_y2,unsigned int adx,unsigned int ady,int * pt1_clipped,int * pt2_clipped,int octant,unsigned int bias,int oc1,int oc2) argument
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mizerline.c | 111 int oc1, oc2; local in function:miZeroLine 173 /* x2, y2, oc2 copied to x1, y1, oc1 at top of loop to simplify 178 oc2 = 0; 179 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); 184 oc1 = oc2; 198 oc2 = 0; 199 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); 226 if ((oc1 | oc2) != 0) { 231 octant, bias, oc1, oc2); 286 if ((oc1 | oc2) ! [all...] |
| H A D | mizerclip.c | 416 int octant, unsigned int bias, int oc1, int oc2) 440 if ((oc1 & oc2) != 0) { /* trivial reject */ 443 clip2 = oc2; 446 else if ((oc1 | oc2) == 0) { /* trivial accept */ 460 SWAPINT(oc1, oc2); 407 miZeroClipLine(int xmin,int ymin,int xmax,int ymax,int * new_x1,int * new_y1,int * new_x2,int * new_y2,unsigned int adx,unsigned int ady,int * pt1_clipped,int * pt2_clipped,int octant,unsigned int bias,int oc1,int oc2) argument
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 254 unsigned int oc1, oc2; local in function:TGAPolySegment 280 oc1 = oc2 = 0; 282 OUTCODES(oc2, x2, y2, pbox); 283 if (!(oc1 | oc2)) { /* unclipped */ 292 } else if (oc1 & oc2) { /* completely clipped */ 312 octant, bias, oc1, oc2) == -1) 433 unsigned int oc1, oc2; local in function:TGAPolySegmentDashed 509 oc1 = oc2 = 0; 511 OUTCODES(oc2, x2, y2, pbox); 512 if (!(oc1 | oc2)) { /* unclippe [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaDashLine.c | 50 unsigned int oc1, oc2; local in function:XAAPolySegmentDashed 174 oc1 = oc2 = 0; 176 OUTCODES(oc2, x2, y2, pbox); 177 if (!(oc1 | oc2)) { /* uncliped */ 194 } else if (oc1 & oc2) { /* completely clipped */ 235 octant, bias, oc1, oc2) == -1)
|
| H A D | xaaLine.c | 223 unsigned int oc1, oc2; local in function:XAAPolySegment 251 oc1 = oc2 = 0; 253 OUTCODES(oc2, x2, y2, pbox); 254 if (!(oc1 | oc2)) { /* unclipped */ 272 } else if (oc1 & oc2) { /* completely clipped */ 313 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbseg.c | 358 unsigned int oc2; /* outcode of point 2 */ local in function:fbSegment 401 oc2 = 0; 403 OUTCODES(oc2, x2, y2, pBox); 404 if ((oc1 | oc2) == 0) { 409 else if (oc1 & oc2) { 422 octant, bias, oc1, oc2) == -1) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbseg.c | 429 unsigned int oc1, oc2; local in function:_fbSegment 466 oc2 = 0; 468 OUTCODES(oc2, data->x2, data->y2, b); 469 if ((oc1 | oc2) == 0) { 472 } else if (oc1 & oc2) { 483 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbseg.c | 429 unsigned int oc1, oc2; local in function:_fbSegment 466 oc2 = 0; 468 OUTCODES(oc2, data->x2, data->y2, b); 469 if ((oc1 | oc2) == 0) { 472 } else if (oc1 & oc2) { 483 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbseg.c | 625 unsigned int oc2; /* outcode of point 2 */ local in function:fbSegment 672 oc2 = 0; 674 OUTCODES(oc2, x2, y2, pBox); 675 if ((oc1 | oc2) == 0) 682 else if (oc1 & oc2) 697 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 9169 int x2, y2, xstart, ystart, oc2; local in function:sna_poly_zero_line_blt 9212 oc2 = 0; 9213 OUTCODES(oc2, x2, y2, extents); 9221 int oc1 = oc2; 9242 oc2 = 0; 9243 OUTCODES(oc2, x2, y2, extents); 9244 if (oc1 & oc2) 9251 DBG(("%s: adx=(%d, %d), sdx=(%d, %d), oc1=%x, oc2=%x\n", 9252 __FUNCTION__, adx, ady, sdx, sdy, oc1, oc2)); 9270 if (oc1 | oc2) { 10440 int oc1, oc2; local in function:sna_poly_zero_segment_blt [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 9026 int x2, y2, xstart, ystart, oc2; local in function:sna_poly_zero_line_blt 9069 oc2 = 0; 9070 OUTCODES(oc2, x2, y2, extents); 9078 int oc1 = oc2; 9099 oc2 = 0; 9100 OUTCODES(oc2, x2, y2, extents); 9101 if (oc1 & oc2) 9108 DBG(("%s: adx=(%d, %d), sdx=(%d, %d), oc1=%x, oc2=%x\n", 9109 __FUNCTION__, adx, ady, sdx, sdy, oc1, oc2)); 9127 if (oc1 | oc2) { 10278 int oc1, oc2; local in function:sna_poly_zero_segment_blt [all...] |