HomeSort by: relevance | last modified time | path
    Searched defs:drawLast (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/fb/
fbline.c 62 Bool drawLast = pGC->capStyle != CapNotLast;
70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbline.c 72 Bool drawLast = pGC->capStyle != CapNotLast;
82 drawLast,
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbline.c 94 Bool drawLast = gc->capStyle != CapNotLast;
103 drawLast, &dashOffset);
fbseg.c 414 bool drawLast;
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?=%d\n"
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbline.c 94 Bool drawLast = gc->capStyle != CapNotLast;
103 drawLast, &dashOffset);
fbseg.c 414 bool drawLast;
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?=%d\n"
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_xaa.c 457 Bool drawLast = !(flags & OMIT_LAST);
459 G80DmaStart(pNv, 0x400005e0, drawLast ? 4 : 2);
462 if(drawLast) {
nv_xaa.c 632 Bool drawLast = !(flags & OMIT_LAST);
636 NVDmaStart(pNv, LINE_LINES(0), drawLast ? 4 : 2);
639 if(drawLast) {

Completed in 11 milliseconds