Searched refs:LineDoubleDash (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinpolyline.c53 case LineDoubleDash:
/xsrc/external/mit/x11perf/dist/
H A Ddo_lines.c245 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 Ddo_arcs.c206 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 Ddo_segs.c202 (xp->d, xp->ddbggc, 0, LineDoubleDash, CapNotLast, JoinMiter);
204 (xp->d, xp->ddfggc, 0, LineDoubleDash, CapNotLast, JoinMiter);
/xsrc/external/mit/ctwm/dist/
H A Ddrawing.c53 gcv.line_style = (state == on) ? LineSolid : LineDoubleDash;
66 gcv.line_style = (state == on) ? LineDoubleDash : LineSolid;
88 gcv.line_style = (forcebw) ? LineSolid : LineDoubleDash;
H A Dgc.c114 gcv.line_style = LineDoubleDash;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_segs.c134 case LineDoubleDash:
H A Dglamor_lines.c142 case LineDoubleDash:
H A Dglamor_dash.c165 case LineDoubleDash:
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbseg.c150 doOdd = pGC->lineStyle == LineDoubleDash;
286 doOdd = pGC->lineStyle == LineDoubleDash;
445 doOdd = pGC->lineStyle == LineDoubleDash;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c132 doOdd = pGC->lineStyle == LineDoubleDash;
242 doOdd = pGC->lineStyle == LineDoubleDash;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbsegbits.h112 bool doOdd = gc->lineStyle == LineDoubleDash;
H A Dfbseg.c206 doOdd = gc->lineStyle == LineDoubleDash;
308 doOdd = gc->lineStyle == LineDoubleDash;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbsegbits.h112 bool doOdd = gc->lineStyle == LineDoubleDash;
H A Dfbseg.c206 doOdd = gc->lineStyle == LineDoubleDash;
308 doOdd = gc->lineStyle == LineDoubleDash;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h506 #define LineDoubleDash 2 macro
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c85 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 Dmiarc.c1084 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 Dmizerarc.c801 if (pGC->lineStyle != LineDoubleDash)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c114 (pGC->lineStyle == LineDoubleDash) ? pGC->bgPixel : -1,
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c599 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 Dmain.c122 {"DoubleDash", "DoubleDash", LineDoubleDash}
H A Dlex.c1214 { yylval.num = LineDoubleDash;
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c451 (pGC->lineStyle == LineDoubleDash) ? pGC->bgPixel : -1,
/xsrc/external/mit/ico/dist/
H A Dico.c986 xgcv.line_style = LineDoubleDash;

Completed in 29 milliseconds

12