Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c2353 Bool endIsFg = FALSE, startIsFg = FALSE; in miWideDash() local
2419 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()