Searched refs:startIsFg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c2032 Bool endIsFg = FALSE, startIsFg = FALSE; local in function:miWideDash
2106 startIsFg = !(prevDashIndex & 1);
2108 if (pGC->lineStyle == LineDoubleDash || startIsFg)
2110 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel;
2116 firstIsFg = startIsFg;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c2353 Bool endIsFg = FALSE, startIsFg = FALSE; local in function:miWideDash
2419 startIsFg = !(prevDashIndex & 1);
2421 if (pGC->lineStyle == LineDoubleDash || startIsFg) {
2422 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel;
2426 firstIsFg = startIsFg;

Completed in 7 milliseconds