Searched refs:PN_UPPER (Results 1 – 1 of 1) sorted by relevance
45 PN_UPPER, enumerator2301 if (i < PN_UPPER || it.cycled_list()) { in SmoothSpacings()2311 while (neighbourhood[PN_UPPER] != nullptr) { in SmoothSpacings()2334 (!neighbourhood[PN_UPPER]->SpacingsEqual(*neighbourhood[PN_LOWER], in SmoothSpacings()2336 (neighbourhood[PN_UPPER] == nullptr || in SmoothSpacings()2339 (neighbourhood[PN_UPPER - 1] == nullptr || in SmoothSpacings()2343 (neighbourhood[PN_UPPER + 1] == nullptr || in SmoothSpacings()2346 !neighbourhood[PN_UPPER]->SpacingEqual(median_space, resolution)))) { in SmoothSpacings()2350 ColPartition *last_part = neighbourhood[PN_UPPER]; in SmoothSpacings()2437 return parts[PN_UPPER]->SummedSpacingOK(*parts[PN_LOWER], median_spacing, in OKSpacingBlip()