Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp154 auto imageBounds = LatLngBounds::hull(coords[0], coords[1]); in update() local
155 imageBounds.extend(coords[2]); in update()
156 imageBounds.extend(coords[3]); in update()
157 auto tileCover = util::tileCover(imageBounds, zoom); in update()