| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpolyline.c | 53 case LineDoubleDash:
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_lines.c | 245 XSetLineAttributes(xp->d, xp->ddbggc, 0, LineDoubleDash, CapButt, JoinMiter); 246 XSetLineAttributes(xp->d, xp->ddfggc, 0, LineDoubleDash, CapButt, JoinMiter); 266 gcv.line_style = LineDoubleDash;
|
| H A D | do_arcs.c | 206 XSetLineAttributes(xp->d, xp->ddbggc, 0, LineDoubleDash, CapButt, JoinMiter); 207 XSetLineAttributes(xp->d, xp->ddfggc, 0, LineDoubleDash, CapButt, JoinMiter); 227 gcv.line_style = LineDoubleDash; 423 XSetLineAttributes(xp->d, xp->ddbggc, 0, LineDoubleDash, CapButt, JoinMiter); 424 XSetLineAttributes(xp->d, xp->ddfggc, 0, LineDoubleDash, CapButt, JoinMiter); 444 gcv.line_style = LineDoubleDash;
|
| H A D | do_segs.c | 202 (xp->d, xp->ddbggc, 0, LineDoubleDash, CapNotLast, JoinMiter); 204 (xp->d, xp->ddfggc, 0, LineDoubleDash, CapNotLast, JoinMiter);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.c | 53 gcv.line_style = (state == on) ? LineSolid : LineDoubleDash; 66 gcv.line_style = (state == on) ? LineDoubleDash : LineSolid; 88 gcv.line_style = (forcebw) ? LineSolid : LineDoubleDash;
|
| H A D | gc.c | 114 gcv.line_style = LineDoubleDash;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_segs.c | 134 case LineDoubleDash:
|
| H A D | glamor_lines.c | 142 case LineDoubleDash:
|
| H A D | glamor_dash.c | 165 case LineDoubleDash:
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbseg.c | 150 doOdd = pGC->lineStyle == LineDoubleDash; 286 doOdd = pGC->lineStyle == LineDoubleDash; 445 doOdd = pGC->lineStyle == LineDoubleDash;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbseg.c | 132 doOdd = pGC->lineStyle == LineDoubleDash; 242 doOdd = pGC->lineStyle == LineDoubleDash;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbsegbits.h | 112 bool doOdd = gc->lineStyle == LineDoubleDash;
|
| H A D | fbseg.c | 206 doOdd = gc->lineStyle == LineDoubleDash; 308 doOdd = gc->lineStyle == LineDoubleDash;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbsegbits.h | 112 bool doOdd = gc->lineStyle == LineDoubleDash;
|
| H A D | fbseg.c | 206 doOdd = gc->lineStyle == LineDoubleDash; 308 doOdd = gc->lineStyle == LineDoubleDash;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 506 #define LineDoubleDash 2 macro
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwideline.c | 85 if (pGC->lineStyle == LineDoubleDash) 1491 if (pGC->lineStyle == LineDoubleDash) 1500 if (pGC->lineStyle == LineDoubleDash) 1812 if (pGC->lineStyle == LineDoubleDash || !(dashIndex & 1)) 1913 if (pGC->lineStyle == LineDoubleDash || !(dashIndex & 1)) 2043 if (pGC->lineStyle == LineDoubleDash && 2108 if (pGC->lineStyle == LineDoubleDash || startIsFg) 2136 if (pGC->lineStyle == LineDoubleDash || endIsFg) 2139 if (selfJoin && (pGC->lineStyle == LineDoubleDash || firstIsFg)) 2173 if (!somethingDrawn && (pGC->lineStyle == LineDoubleDash || !(dashInde [all...] |
| H A D | miarc.c | 1084 for (iphase = ((pGC->lineStyle == LineDoubleDash) ? 1 : 0); 1093 } else if (pGC->lineStyle == LineDoubleDash) { 1706 for (iphase = ((pGC->lineStyle == LineDoubleDash) ? 1 : 0); 1798 isDoubleDash = (pGC->lineStyle == LineDoubleDash);
|
| H A D | mizerarc.c | 801 if (pGC->lineStyle != LineDoubleDash)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaDashLine.c | 114 (pGC->lineStyle == LineDoubleDash) ? pGC->bgPixel : -1,
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwideline.c | 599 if (pGC->lineStyle == LineDoubleDash) 1868 if (pGC->lineStyle == LineDoubleDash) 1877 if (pGC->lineStyle == LineDoubleDash) { 2157 if (pGC->lineStyle == LineDoubleDash || !(dashIndex & 1)) { 2247 if (pGC->lineStyle == LineDoubleDash || !(dashIndex & 1)) { 2363 if (pGC->lineStyle == LineDoubleDash && 2421 if (pGC->lineStyle == LineDoubleDash || startIsFg) { 2444 if (pGC->lineStyle == LineDoubleDash || endIsFg) { 2446 if (selfJoin && (pGC->lineStyle == LineDoubleDash || firstIsFg)) { 2477 (pGC->lineStyle == LineDoubleDash || !(dashInde [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | main.c | 122 {"DoubleDash", "DoubleDash", LineDoubleDash}
|
| H A D | lex.c | 1214 { yylval.num = LineDoubleDash;
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 451 (pGC->lineStyle == LineDoubleDash) ? pGC->bgPixel : -1,
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 986 xgcv.line_style = LineDoubleDash;
|