Searched refs:cur_to_focus (Results 1 – 1 of 1) sorted by relevance
267 double cur_to_focus = double(x - m_focus_x) * double(x - m_focus_x) + in calculate() local270 return iround(sqrt(cur_to_focus / int_to_focus) * m_radius); in calculate()