| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbseg.c | 414 bool drawLast; member in struct:fbSegment 460 if (data->drawLast) 490 if (clip2 != 0 || data->drawLast) 517 bool drawLast, int *dashOffset) 522 DBG(("%s (%d, %d), (%d, %d), drawLast?=%d\n", 523 __FUNCTION__, x1, y1, x2, y2, drawLast)); 537 data.drawLast = drawLast; 546 bool drawLast, int *dashOffset) 550 DBG(("%s (%d, %d), (%d, %d), drawLast 515 fbSegment(DrawablePtr drawable,GCPtr gc,int x1,int y1,int x2,int y2,bool drawLast,int * dashOffset) argument 544 fbSegment1(DrawablePtr drawable,GCPtr gc,const BoxRec * b,int x1,int y1,int x2,int y2,bool drawLast,int * dashOffset) argument [all...] |
| H A D | fbline.c | 94 Bool drawLast = gc->capStyle != CapNotLast; local in function:fbZeroSegment 103 drawLast, &dashOffset);
|
| H A D | fb.h | 539 bool drawLast, int *dashOffset); 544 bool drawLast, int *dashOffset);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbseg.c | 414 bool drawLast; member in struct:fbSegment 460 if (data->drawLast) 490 if (clip2 != 0 || data->drawLast) 517 bool drawLast, int *dashOffset) 522 DBG(("%s (%d, %d), (%d, %d), drawLast?=%d\n", 523 __FUNCTION__, x1, y1, x2, y2, drawLast)); 537 data.drawLast = drawLast; 546 bool drawLast, int *dashOffset) 550 DBG(("%s (%d, %d), (%d, %d), drawLast 515 fbSegment(DrawablePtr drawable,GCPtr gc,int x1,int y1,int x2,int y2,bool drawLast,int * dashOffset) argument 544 fbSegment1(DrawablePtr drawable,GCPtr gc,const BoxRec * b,int x1,int y1,int x2,int y2,bool drawLast,int * dashOffset) argument [all...] |
| H A D | fbline.c | 94 Bool drawLast = gc->capStyle != CapNotLast; local in function:fbZeroSegment 103 drawLast, &dashOffset);
|
| H A D | fb.h | 543 bool drawLast, int *dashOffset); 548 bool drawLast, int *dashOffset);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbline.c | 72 Bool drawLast = pGC->capStyle != CapNotLast; local in function:fbZeroSegment 82 drawLast,
|
| H A D | fbseg.c | 606 Bool drawLast, 665 if (drawLast) 707 if (clip2 != 0 || drawLast) 600 fbSegment(DrawablePtr pDrawable,GCPtr pGC,int x1,int y1,int x2,int y2,Bool drawLast,int * dashOffset) argument
|
| H A D | fb.h | 1854 Bool drawLast,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbline.c | 62 Bool drawLast = pGC->capStyle != CapNotLast; local in function:fbZeroSegment 70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset);
|
| H A D | fbseg.c | 340 int x1, int y1, int x2, int y2, Bool drawLast, int *dashOffset) 395 if (drawLast) 431 if (clip2 != 0 || drawLast) 338 fbSegment(DrawablePtr pDrawable,GCPtr pGC,int x1,int y1,int x2,int y2,Bool drawLast,int * dashOffset) argument
|
| H A D | fb.h | 1082 int xa, int ya, int xb, int yb, Bool drawLast, int *dashOffset);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_xaa.c | 457 Bool drawLast = !(flags & OMIT_LAST); local in function:G80SubsequentSolidTwoPointLine 459 G80DmaStart(pNv, 0x400005e0, drawLast ? 4 : 2); 462 if(drawLast) {
|
| H A D | nv_xaa.c | 632 Bool drawLast = !(flags & OMIT_LAST); local in function:NVSubsequentSolidTwoPointLine 636 NVDmaStart(pNv, LINE_LINES(0), drawLast ? 4 : 2); 639 if(drawLast) {
|