Searched refs:endIsFg (Results 1 – 1 of 1) sorted by relevance
2353 Bool endIsFg = FALSE, startIsFg = FALSE; in miWideDash() local2420 endIsFg = (dashIndex & 1) ^ (dashOffset != 0); in miWideDash()2439 prevIsFg = endIsFg; in miWideDash()2444 if (pGC->lineStyle == LineDoubleDash || endIsFg) { in miWideDash()2445 pixel = endIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash()