Home | History | Annotate | Download | only in layers

Lines Matching defs:intersection_max

1159     uint32_t intersection_max = std::min(static_cast<uint32_t>(start) + start_offset, static_cast<uint32_t>(end) + end_offset);
1161 if (intersection_max > intersection_min) {