Lines Matching refs:cx

2877 	Sint16 cx = 0;  in circleColor()  local
2969 if (cx > 0) { in circleColor()
2970 xpcx = x + cx; in circleColor()
2971 xmcx = x - cx; in circleColor()
2982 if ((cx > 0) && (cx != cy)) { in circleColor()
2983 ypcx = y + cx; in circleColor()
2984 ymcx = y - cx; in circleColor()
2989 } else if (cx == 0) { in circleColor()
3006 cx++; in circleColor()
3007 } while (cx <= cy); in circleColor()
3026 if (cx > 0) { in circleColor()
3027 xpcx = x + cx; in circleColor()
3028 xmcx = x - cx; in circleColor()
3039 if ((cx > 0) && (cx != cy)) { in circleColor()
3040 ypcx = y + cx; in circleColor()
3041 ymcx = y - cx; in circleColor()
3046 } else if (cx == 0) { in circleColor()
3063 cx++; in circleColor()
3064 } while (cx <= cy); in circleColor()
3122 Sint16 cx = 0; in arcColor() local
3334 if (cx > 0) { in arcColor()
3335 xpcx = x + cx; in arcColor()
3336 xmcx = x - cx; in arcColor()
3349 if (cx > 0 && cx != cy) { in arcColor()
3350 ypcx = y + cx; in arcColor()
3351 ymcx = y - cx; in arcColor()
3356 } else if (cx == 0) { in arcColor()
3364 if (stopval_start == cx) { in arcColor()
3369 if (stopval_end == cx) { in arcColor()
3387 cx++; in arcColor()
3388 } while (cx <= cy); in arcColor()
3404 if (cx > 0) { in arcColor()
3405 xpcx = x + cx; in arcColor()
3406 xmcx = x - cx; in arcColor()
3420 if (cx > 0 && cx != cy) { in arcColor()
3421 ypcx = y + cx; in arcColor()
3422 ymcx = y - cx; in arcColor()
3427 } else if (cx == 0) { in arcColor()
3435 if (stopval_start == cx) { in arcColor()
3441 if (stopval_end == cx) { in arcColor()
3459 cx++; in arcColor()
3460 } while (cx <= cy); in arcColor()
3561 Sint16 cx = 0; in filledCircleColor() local
3622 xpcx = x + cx; in filledCircleColor()
3623 xmcx = x - cx; in filledCircleColor()
3637 if (ocx != cx) { in filledCircleColor()
3638 if (cx != cy) { in filledCircleColor()
3639 if (cx > 0) { in filledCircleColor()
3640 ypcx = y + cx; in filledCircleColor()
3641 ymcx = y - cx; in filledCircleColor()
3648 ocx = cx; in filledCircleColor()
3663 cx++; in filledCircleColor()
3664 } while (cx <= cy); in filledCircleColor()