Home
last modified time | relevance | path

Searched refs:ipoly (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 Dsvg_mapper.hpp151 model::polygon<SvgPoint> ipoly; in apply() local
152 geometry::transform(polygon, ipoly, strategy); in apply()
153 stream << geometry::svg(ipoly, style, size) << std::endl; in apply()