HomeSort by: relevance | last modified time | path
    Searched refs:CapNotLast (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaLine.c 147 if (pGC->capStyle != CapNotLast) y1--;
151 else if (pGC->capStyle != CapNotLast) y2++;
180 if (pGC->capStyle != CapNotLast) x1--;
184 else if (pGC->capStyle != CapNotLast) x2++;
259 (pGC->capStyle != CapNotLast) ? 0 :
267 (pGC->capStyle != CapNotLast) ? (len+1) :
282 (pGC->capStyle != CapNotLast) ? (len+1) :
289 (pGC->capStyle != CapNotLast) ? 0 :
324 if (clip2 != 0 || pGC->capStyle != CapNotLast)
365 /* paint the last point if the end style isn't CapNotLast
    [all...]
xaaDashLine.c 182 (pGC->capStyle != CapNotLast) ? 0 :
189 (pGC->capStyle != CapNotLast) ? (len+1) :
204 (pGC->capStyle != CapNotLast) ? (len+1) :
211 (pGC->capStyle != CapNotLast) ? 0 :
246 if (clip2 != 0 || pGC->capStyle != CapNotLast)
300 /* paint the last point if the end style isn't CapNotLast.
305 if ((pGC->capStyle != CapNotLast) &&
  /xsrc/external/mit/x11perf/dist/
do_segs.c 64 (4) uses CapNotLast so we can create segments of length 1 that
157 gcv.cap_style = CapNotLast;
184 (xp->d, xp->bggc, 0, LineOnOffDash, CapNotLast, JoinMiter);
186 (xp->d, xp->fggc, 0, LineOnOffDash, CapNotLast, JoinMiter);
202 (xp->d, xp->ddbggc, 0, LineDoubleDash, CapNotLast, JoinMiter);
204 (xp->d, xp->ddfggc, 0, LineDoubleDash, CapNotLast, JoinMiter);
253 gcv.cap_style = CapNotLast;
322 gcv.cap_style = CapNotLast;
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_line.c 176 if (pGC->capStyle != CapNotLast) y1--;
180 else if (pGC->capStyle != CapNotLast) y2++;
210 if (pGC->capStyle != CapNotLast) x1--;
214 else if (pGC->capStyle != CapNotLast) x2++;
287 (pGC->capStyle != CapNotLast) ? 0 :
323 if (clip2 != 0 || pGC->capStyle != CapNotLast)
368 /* paint the last point if the end style isn't CapNotLast.
373 if ((pGC->capStyle != CapNotLast) &&
516 (pGC->capStyle != CapNotLast) ? 0 :
550 if (clip2 != 0 || pGC->capStyle != CapNotLast)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbline.c 83 n == 1 && gc->capStyle != CapNotLast, &dashOffset);
94 Bool drawLast = gc->capStyle != CapNotLast;
fblinebits.h 77 n == 0 && gc->capStyle != CapNotLast, &dashoffset);
127 if (gc->capStyle != CapNotLast &&
167 bool capNotLast = gc->capStyle == CapNotLast;
195 !capNotLast, &dashoffset);
211 if (capNotLast)
216 if (!capNotLast)
261 if (!capNotLast)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbline.c 83 n == 1 && gc->capStyle != CapNotLast, &dashOffset);
94 Bool drawLast = gc->capStyle != CapNotLast;
fblinebits.h 77 n == 0 && gc->capStyle != CapNotLast, &dashoffset);
127 if (gc->capStyle != CapNotLast &&
167 bool capNotLast = gc->capStyle == CapNotLast;
195 !capNotLast, &dashoffset);
211 if (capNotLast)
216 if (!capNotLast)
261 if (!capNotLast)
  /xsrc/external/mit/xorg-server/dist/fb/
fbline.c 51 npt == 1 && pGC->capStyle != CapNotLast, &dashOffset);
62 Bool drawLast = pGC->capStyle != CapNotLast;
fbbits.h 636 npt == 0 && pGC->capStyle != CapNotLast, &dashoffset);
689 if (pGC->capStyle != CapNotLast &&
738 Bool capNotLast;
747 capNotLast = pGC->capStyle == CapNotLast;
756 !capNotLast, &dashoffset);
773 if (capNotLast)
779 if (!capNotLast)
825 if (!capNotLast)
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbline.c 57 npt == 1 && pGC->capStyle != CapNotLast,
72 Bool drawLast = pGC->capStyle != CapNotLast;
fbbits.h 713 npt == 0 && pGC->capStyle != CapNotLast,
778 if (pGC->capStyle != CapNotLast &&
831 Bool capNotLast;
839 capNotLast = pGC->capStyle == CapNotLast;
850 !capNotLast, &dashoffset);
874 if (capNotLast)
881 if (!capNotLast)
927 if (!capNotLast)
  /xsrc/external/mit/xf86-video-intel/dist/test/
DrawSegments.c 150 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
207 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
basic-lines.c 101 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
DrawSegments.c 150 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
207 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
basic-lines.c 101 for (cap = CapNotLast; cap <= CapProjecting; cap++) {
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_lines.c 56 if (gc->capStyle != CapNotLast)
glamor_segs.c 56 if (gc->capStyle != CapNotLast)
glamor_dash.c 260 if (gc->capStyle != CapNotLast)
335 if (gc->capStyle != CapNotLast)
  /xsrc/external/mit/xorg-server/dist/mi/
mizerline.c 331 /* only do the capnotlast check on the last segment
336 if ((!pt2_clipped) && (pGC->capStyle != CapNotLast) &&
  /xsrc/external/mit/xorg-server.old/dist/mi/
mizerline.c 349 /* only do the capnotlast check on the last segment
354 if ( (! pt2_clipped) && (pGC->capStyle != CapNotLast) &&
  /xsrc/external/mit/xorgproto/dist/include/X11/
X.h 510 #define CapNotLast 0
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-accel.c 606 if (gc->capStyle != CapNotLast)
611 if (gc->capStyle != CapNotLast)
620 if (gc->capStyle != CapNotLast)
625 if (gc->capStyle != CapNotLast)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-accel.c 606 if (gc->capStyle != CapNotLast)
611 if (gc->capStyle != CapNotLast)
620 if (gc->capStyle != CapNotLast)
625 if (gc->capStyle != CapNotLast)
  /xsrc/external/mit/xgc/dist/
main.c 135 {"NotLast", "NotLast", CapNotLast},

Completed in 27 milliseconds

1 2