Home
last modified time | relevance | path

Searched refs:cpoly (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/geometries/concepts/
H A Dpolygon_concept.hpp61 polygon_type const* cpoly = poly; in apply() local
65 ring_const_type ce = traits::exterior_ring<PolygonType>::get(*cpoly); in apply()
66 interior_const_type ci = traits::interior_rings<PolygonType>::get(*cpoly); in apply()
73 boost::ignore_unused_variable_warning(cpoly); in apply()
113 const_polygon_type const* cpoly = 0; in apply() local
115 ring_const_type ce = traits::exterior_ring<const_polygon_type>::get(*cpoly); in apply()
116 interior_const_type ci = traits::interior_rings<const_polygon_type>::get(*cpoly); in apply()
120 boost::ignore_unused_variable_warning(cpoly); in apply()