Searched refs:cellQueue (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/ |
| H A D | polylabel.hpp | 124 Queue cellQueue(compareMax); in polylabel() local 133 cellQueue.push(Cell<T>({x + h, y + h}, h, polygon)); in polylabel() 146 auto numProbes = cellQueue.size(); in polylabel() 147 while (!cellQueue.empty()) { in polylabel() 149 auto cell = cellQueue.top(); in polylabel() 150 cellQueue.pop(); in polylabel() 163 cellQueue.push(Cell<T>({cell.c.x - h, cell.c.y - h}, h, polygon)); in polylabel() 164 cellQueue.push(Cell<T>({cell.c.x + h, cell.c.y - h}, h, polygon)); in polylabel() 165 cellQueue.push(Cell<T>({cell.c.x - h, cell.c.y + h}, h, polygon)); in polylabel() 166 cellQueue.push(Cell<T>({cell.c.x + h, cell.c.y + h}, h, polygon)); in polylabel()
|