Home
last modified time | relevance | path

Searched refs:svg_manipulator (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/io/svg/
H A Dwrite.hpp370 class svg_manipulator class
374 inline svg_manipulator(Geometry const& g, std::string const& style, double size) in svg_manipulator() function in boost::geometry::svg_manipulator
382 std::basic_ostream<Char, Traits>& os, svg_manipulator const& m) in operator <<()
408 inline svg_manipulator<Geometry> svg(Geometry const& geometry, in svg()
413 return svg_manipulator<Geometry>(geometry, style, size); in svg()