Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dlinear_linear.hpp65 LineStringOut ls_out; in apply() local
66 geometry::convert(linestring, ls_out); in apply()
67 *oit++ = ls_out; in apply()
90 LineStringOut ls_out; in apply() local
91 geometry::convert(*it, ls_out); in apply()
92 *oit++ = ls_out; in apply()