Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp62 const float screenBottomBoundary; member in mbgl::CollisionIndex
H A Dcollision_index.cpp32 , screenBottomBoundary(transformState.getSize().height + viewportPadding) in CollisionIndex()
59 … || box.px1 >= screenRightBoundary || box.py2 < viewportPadding || box.py1 >= screenBottomBoundary; in isOffscreen()