Searched refs:nearest_x (Results 1 – 1 of 1) sorted by relevance
426 int nearest_x = Clamp(x, node_bounds.x(), node_bounds.right()); in CalculateDistanceSquared() local428 int dx = std::abs(x - nearest_x); in CalculateDistanceSquared()