| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fblinebits.h | 49 int octant; local 90 octant); local 99 SetYMajorOctant(octant); 104 FIXUP_ERROR(e, octant, bias); 166 int octant; local 200 octant); local 255 SetYMajorOctant(octant); 260 FIXUP_ERROR(e, octant, bias);
|
| fbseg.c | 427 int len, axis, octant; local 435 adx, ady, sdx, sdy, 1, 1, octant); 448 SetYMajorOctant(octant); 452 FIXUP_ERROR(e, octant, bias); 483 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fblinebits.h | 49 int octant; local 90 octant); local 99 SetYMajorOctant(octant); 104 FIXUP_ERROR(e, octant, bias); 166 int octant; local 200 octant); local 255 SetYMajorOctant(octant); 260 FIXUP_ERROR(e, octant, bias);
|
| fbseg.c | 427 int len, axis, octant; local 435 adx, ady, sdx, sdy, 1, 1, octant); 448 SetYMajorOctant(octant); 452 FIXUP_ERROR(e, octant, bias); 483 octant, bias, oc1, oc2) == -1)
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_line.c | 61 int octant, int flags); 64 int octant); 75 int octant, int flags, int phase); 255 int dmin, dmaj, e, octant; local 260 octant = XDECREASING; 261 } else octant = 0; 265 octant |= YDECREASING; 270 octant |= YMAJOR; 273 e = -dmaj - ((bias >> octant) & 1); 285 octant, 434 int dmin, dmaj, e, octant; local [all...] |
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| tseng_accel.c | 1087 * appropriate bias bit (i.e. for the appropriate octant). 1104 int x, int y, int major, int minor, int err, int len, int octant) 1108 int xydir = pTseng->BresenhamTable[octant]; 1116 if (!(octant & YMAJOR)) { 1126 if (octant & XDECREASING) { 1165 int octant = 0; local 1181 int octant = 0; local 1199 octant |= XDECREASING; 1217 SetYMajorOctant(octant); 1223 /* ErrorF(" o=%d ", octant); */ [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbseg.c | 353 int octant; local 365 CalcLineDeltas(x1, y1, x2, y2, adx, ady, signdx, signdy, 1, 1, octant); 379 SetYMajorOctant(octant); 383 FIXUP_ERROR(e, octant, bias); 422 octant, bias, oc1, oc2) == -1) {
|
| fbbits.h | 615 int octant; local 651 octant); local 660 SetYMajorOctant(octant); 665 FIXUP_ERROR(e, octant, bias); 737 int octant; local 762 octant); local 819 SetYMajorOctant(octant); 824 FIXUP_ERROR(e, octant, bias);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mizerline.c | 119 int octant; local 201 CalcLineDeltas(x1, y1, x2, y2, adx, ady, signdx, signdy, 1, 1, octant); 217 FIXUP_ERROR(e, octant, bias); 231 octant, bias, oc1, oc2); 276 SetYMajorOctant(octant); 277 FIXUP_ERROR(e, octant, bias); 291 octant, bias, oc1, oc2);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaDashLine.c | 51 int dmin, dmaj, e, octant; local 152 octant = XDECREASING; 153 } else octant = 0; 157 octant |= YDECREASING; 162 octant |= YMAJOR; 165 e = -dmaj - ((bias >> octant) & 1); 170 dmin = dmaj = e = octant = len = 0; 191 len, octant, PatternOffset); 206 len, octant, PatternOffset); 223 if(octant & YMAJOR) [all...] |
| xaaLine.c | 224 int dmin, dmaj, e, octant; local 229 octant = XDECREASING; 230 } else octant = 0; 234 octant |= YDECREASING; 239 octant |= YMAJOR; 242 e = -dmaj - ((bias >> octant) & 1); 247 dmin = dmaj = e = octant = len = 0; 269 len, octant); 284 len, octant); 301 if(octant & YMAJOR) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mizerline.c | 123 int octant; local 218 CalcLineDeltas(x1, y1, x2, y2, adx, ady, signdx, signdy, 1, 1, octant); 227 FIXUP_ERROR(e, octant, bias); 242 octant, bias, oc1, oc2); 290 SetYMajorOctant(octant); 291 FIXUP_ERROR(e, octant, bias); 306 octant, bias, oc1, oc2);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbseg.c | 620 int octant; local 633 1, 1, octant); 649 SetYMajorOctant(octant); 653 FIXUP_ERROR (e, octant, bias); 697 octant, bias, oc1, oc2) == -1)
|
| fbbits.h | 691 int octant; local 731 octant); local 742 SetYMajorOctant(octant); 747 FIXUP_ERROR (e, octant, bias); 830 int octant; local 857 octant); local 921 SetYMajorOctant(octant); 926 FIXUP_ERROR (e, octant, bias);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_accel.c | 1110 * octant int specifies sign and magnitude relationships 1123 int octant) 1128 __func__, x1, y1, absmaj, absmin, err, len, octant)); 1135 gfx_bresenham_line(x1, y1, len, err, axial, diagn, vmode[octant]); 1141 unsigned int vec_mode = VEC_MODE | vmode[octant]; 1171 long dx, dy, dmaj, dmin, octant, bias; local 1184 octant = YMAJOR; 1189 octant = 0; 1197 octant |= XDECREASING; 1199 octant |= YDECREASING 1391 long dx, dy, dmaj, dmin, octant, bias; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_accel.c | 9222 int octant; local 9249 1, 1, octant); 9292 FIXUP_ERROR(e, octant, bias); 9305 octant, bias, oc1, oc2) == -1) 9377 SetYMajorOctant(octant); 9378 FIXUP_ERROR(e, octant, bias); 9391 octant, bias, oc1, oc2) == -1) 10441 int octant; local 10463 1, 1, octant); 10504 FIXUP_ERROR(e, octant, bias) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_accel.c | 9079 int octant; local 9106 1, 1, octant); 9149 FIXUP_ERROR(e, octant, bias); 9162 octant, bias, oc1, oc2) == -1) 9234 SetYMajorOctant(octant); 9235 FIXUP_ERROR(e, octant, bias); 9248 octant, bias, oc1, oc2) == -1) 10279 int octant; local 10301 1, 1, octant); 10339 FIXUP_ERROR(e, octant, bias) [all...] |