Lines Matching defs:cx
997 float cx = (float)(x*dp), cy = (float)(y*dp);1006 if( (c[0] - cx)*(c[0] - cx) + (c[1] - cy)*(c[1] - cy) < min_dist )1019 _dx = cx - pt.x; _dy = cy - pt.y;1053 c[0] = cx;