Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp48 if (nextRow + dashheight > image.size.height) { in addDash()
65 int row = nextRow + n + y; in addDash()
116 position.y = (0.5 + nextRow + n) / image.size.height; in addDash()
120 nextRow += dashheight; in addDash()
H A Dline_atlas.hpp51 uint32_t nextRow = 0; member in mbgl::LineAtlas
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp283 nextRow(); in Impl()
294 void TileCover::Impl::nextRow() { in nextRow() function in mbgl::util::TileCover::Impl
346 nextRow(); in next()
H A Dtile_cover_impl.hpp90 void nextRow();