Searched refs:screenRightBoundary (Results 1 – 2 of 2) sorted by relevance
61 const float screenRightBoundary; member in mbgl::CollisionIndex
31 , screenRightBoundary(transformState.getSize().width + viewportPadding) in CollisionIndex()59 …return box.px2 < viewportPadding || box.px1 >= screenRightBoundary || box.py2 < viewportPadding ||… in isOffscreen()