Searched refs:doOdd (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c129 Bool doOdd; local in function:fbBresDash
132 doOdd = pGC->lineStyle == LineDoubleDash;
149 else if (doOdd)
234 Bool doOdd; local in function:fbBresFillDash
242 doOdd = pGC->lineStyle == LineDoubleDash;
244 doBg = doOdd && (pGC->fillStyle == FillSolid ||
251 if (even || doOdd) {
H A Dfbbits.h130 Bool doOdd; local in function:BRESDASH
133 doOdd = pGC->lineStyle == LineDoubleDash;
154 if (doOdd) {
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbseg.c147 Bool doOdd; local in function:fbBresDash
150 doOdd = pGC->lineStyle == LineDoubleDash;
168 else if (doOdd)
278 Bool doOdd; local in function:fbBresFillDash
286 doOdd = pGC->lineStyle == LineDoubleDash;
288 doBg = doOdd && (pGC->fillStyle == FillSolid ||
296 if (even || doOdd)
442 Bool doOdd; local in function:fbBresDash24RRop
445 doOdd = pGC->lineStyle == LineDoubleDash;
457 if (even || doOdd)
[all...]
H A Dfbbits.h152 Bool doOdd; local in function:BRESDASH
155 doOdd = pGC->lineStyle == LineDoubleDash;
177 if (doOdd)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbseg.c203 bool doOdd; local in function:fbBresDash
206 doOdd = gc->lineStyle == LineDoubleDash;
223 else if (doOdd)
300 bool doOdd; local in function:fbBresFillDash
308 doOdd = gc->lineStyle == LineDoubleDash;
310 doBg = doOdd && (gc->fillStyle == FillSolid ||
317 if (even || doOdd) {
H A Dfbsegbits.h112 bool doOdd = gc->lineStyle == LineDoubleDash; local in function:BRESDASH
133 if (doOdd) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbseg.c203 bool doOdd; local in function:fbBresDash
206 doOdd = gc->lineStyle == LineDoubleDash;
223 else if (doOdd)
300 bool doOdd; local in function:fbBresFillDash
308 doOdd = gc->lineStyle == LineDoubleDash;
310 doBg = doOdd && (gc->fillStyle == FillSolid ||
317 if (even || doOdd) {
H A Dfbsegbits.h112 bool doOdd = gc->lineStyle == LineDoubleDash; local in function:BRESDASH
133 if (doOdd) {

Completed in 11 milliseconds