Searched refs:first_point (Results 1 – 2 of 2) sorted by relevance
821 bool const first_point = first_in_range || m_first_from_unknown; in apply() local850 if ( first_point || !it->operations[op_id].is_collinear ) in apply()877 bool const from_inside = first_point in apply()889 if ( first_point ) in apply()977 bool const first_point = first_in_range || m_first_from_unknown; in apply() local978 bool const first_from_inside = first_point in apply()1008 if ( first_point && ( !this_b || op_blocked ) ) in apply()
289 first_point = point; in append()298 || !detail::equals::equals_point_point(point, first_point); in append()310 point_type first_point; member