Searched refs:screenBottomBoundary (Results 1 – 2 of 2) sorted by relevance
62 const float screenBottomBoundary; member in mbgl::CollisionIndex
32 , screenBottomBoundary(transformState.getSize().height + viewportPadding) in CollisionIndex()59 … || box.px1 >= screenRightBoundary || box.py2 < viewportPadding || box.py1 >= screenBottomBoundary; in isOffscreen()