Lines Matching defs:_dy
1163 float _dx, _dy, _r2;1165 _dx = cx - pt.x; _dy = cy - pt.y;1166 _r2 = _dx*_dx + _dy*_dy;