Searched refs:startIsFg (Results 1 – 1 of 1) sorted by relevance
2353 Bool endIsFg = FALSE, startIsFg = FALSE; in miWideDash() local2419 startIsFg = !(prevDashIndex & 1); in miWideDash()2421 if (pGC->lineStyle == LineDoubleDash || startIsFg) { in miWideDash()2422 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash()2426 firstIsFg = startIsFg; in miWideDash()