Searched refs:withinPlus0 (Results 1 – 1 of 1) sorted by relevance
290 …const bool withinPlus0 = anchor.point.x >= 0 && anchor.point.x < util::EXTENT && anchor.point.y >=… in addFeature() local291 …const bool inside = withinPlus0 || anchor.point.x == util::EXTENT || anchor.point.y == util::EXTEN… in addFeature()295 if (mode == MapMode::Tile || withinPlus0) { in addFeature()