Searched refs:max_squared_length (Results 1 – 1 of 1) sorted by relevance
694 double sqdist, max_squared_length; in _add_bezier2_as_lines() local707 max_squared_length = REL_QUAD_FLATNESS * REL_QUAD_FLATNESS * sqdist; in _add_bezier2_as_lines()740 if (vec1.x * vec1.x + vec1.y * vec1.y < max_squared_length) in _add_bezier2_as_lines()792 double sqdist, max_squared_length; in _add_bezier3_as_lines() local805 max_squared_length = REL_CUBIC_FLATNESS * REL_CUBIC_FLATNESS * sqdist; in _add_bezier3_as_lines()844 if (vec1.x * vec1.x + vec1.y * vec1.y < max_squared_length in _add_bezier3_as_lines()845 && vec2.x * vec2.x + vec2.y * vec2.y < max_squared_length) in _add_bezier3_as_lines()