Home
last modified time | relevance | path

Searched refs:swPoint (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.cpp127 TileCoordinatePoint swPoint = { INFINITY, INFINITY }; in update() local
132 swPoint.x = std::min(swPoint.x, point.x); in update()
134 swPoint.y = std::min(swPoint.y, point.y); in update()
139 auto dx = nePoint.x - swPoint.x; in update()
140 auto dy = nePoint.y - swPoint.y; in update()