Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/dsv/
H A Dwrite.hpp39 namespace detail { namespace dsv namespace
272 struct dsv {}; struct
275 struct dsv<point_tag, Point> struct
276 : detail::dsv::dsv_point<Point>
280 struct dsv<linestring_tag, Linestring> struct
281 : detail::dsv::dsv_range<Linestring>
285 struct dsv<box_tag, Box> struct
286 : detail::dsv::dsv_indexed<Box>
290 struct dsv<segment_tag, Segment> struct
291 : detail::dsv::dsv_indexed<Segment>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp137 std::cout << "ignore between " << dsv(begin->p) in consider()
138 << " and " << dsv((end - 1)->p) in consider()
149 std::cout << "find between " << dsv(begin->p) in consider()
150 << " and " << dsv(last->p) in consider()
164 std::cout << "consider " << dsv(it->p) in consider()
182 std::cout << "use " << dsv(candidate->p) << std::endl; in consider()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track.hpp377 std::cout << "Course " << dsv(sp1) << " to " << dsv(p) << " " in apply()
379 std::cout << "Course " << dsv(sp1) << " to " << dsv(sp2) << " " in apply()
381 std::cout << "Course " << dsv(sp2) << " to " << dsv(p) << " " in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp54 std::cout << " " << geometry::dsv(range::front(linestring)); in apply()
55 std::cout << " " << geometry::dsv(range::back(linestring)); in apply()
89 std::cout << " " << geometry::dsv(*pit); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/
H A Dfailing_reason_policy.hpp132 << geometry::dsv(spike_point); in apply()
156 << geometry::dsv(turn.point); in apply()
181 << geometry::dsv(point); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Ddebug_print_turns.hpp50 << geometry::dsv(turn.point) in debug_print_turn()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h64 struct SVGA3dCmdDXDestroyDepthStencilView dsv; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dhas_self_intersections.hpp118 std::cout << " " << geometry::dsv(info.point) << std::endl; in has_self_intersections()