Searched refs:drawLast (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbseg.c414 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 Dfbline.c94 Bool drawLast = gc->capStyle != CapNotLast; local in function:fbZeroSegment
103 drawLast, &dashOffset);
H A Dfb.h539 bool drawLast, int *dashOffset);
544 bool drawLast, int *dashOffset);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbseg.c414 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 Dfbline.c94 Bool drawLast = gc->capStyle != CapNotLast; local in function:fbZeroSegment
103 drawLast, &dashOffset);
H A Dfb.h543 bool drawLast, int *dashOffset);
548 bool drawLast, int *dashOffset);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbline.c72 Bool drawLast = pGC->capStyle != CapNotLast; local in function:fbZeroSegment
82 drawLast,
H A Dfbseg.c606 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 Dfb.h1854 Bool drawLast,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbline.c62 Bool drawLast = pGC->capStyle != CapNotLast; local in function:fbZeroSegment
70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset);
H A Dfbseg.c340 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 Dfb.h1082 int xa, int ya, int xb, int yb, Bool drawLast, int *dashOffset);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_xaa.c457 Bool drawLast = !(flags & OMIT_LAST); local in function:G80SubsequentSolidTwoPointLine
459 G80DmaStart(pNv, 0x400005e0, drawLast ? 4 : 2);
462 if(drawLast) {
H A Dnv_xaa.c632 Bool drawLast = !(flags & OMIT_LAST); local in function:NVSubsequentSolidTwoPointLine
636 NVDmaStart(pNv, LINE_LINES(0), drawLast ? 4 : 2);
639 if(drawLast) {

Completed in 14 milliseconds