Home
last modified time | relevance | path

Searched refs:withinPlus0 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp290 …const bool withinPlus0 = anchor.point.x >= 0 && anchor.point.x < util::EXTENT && anchor.point.y >=… in addFeature() local
291 …const bool inside = withinPlus0 || anchor.point.x == util::EXTENT || anchor.point.y == util::EXTEN… in addFeature()
295 if (mode == MapMode::Tile || withinPlus0) { in addFeature()