Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp54 MOVE_TO = 1, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp266 if (cmd == CommandType::MOVE_TO || cmd == CommandType::LINE_TO) { in getGeometries()
269 if (first && cmd == CommandType::MOVE_TO) { in getGeometries()
282 if (cmd == CommandType::MOVE_TO && !paths.back().empty()) { in getGeometries()