Home
last modified time | relevance | path

Searched refs:cstrategy (Results 1 – 5 of 5) 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/distance/
H A Dsegment_to_segment.hpp86 comparable_strategy cstrategy = in apply() local
93 d[0] = cstrategy.apply(q[0], p[0], p[1]); in apply()
94 d[1] = cstrategy.apply(q[1], p[0], p[1]); in apply()
95 d[2] = cstrategy.apply(p[0], q[0], q[1]); in apply()
96 d[3] = cstrategy.apply(p[1], q[0], q[1]); in apply()
H A Dsegment_to_box.hpp108 comparable_strategy cstrategy = in apply() local
126 cd[i] = cstrategy.apply(box_points[i], p[0], p[1]); in apply()
138 cstrategy, in apply()
143 cstrategy, in apply()
223 comparable_strategy cstrategy = in apply() local
228 boost::ignore_unused(cstrategy); in apply()
242 cd[i] = cstrategy.apply(box_points[i], p[0], p[1]); in apply()
H A Dgeometry_to_segment_or_box.hpp202 comparable_strategy cstrategy = in apply() local
238 cstrategy, in apply()
265 cstrategy, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Ddistance_concept.hpp188 ctype cstrategy = services::get_comparable<Strategy>::apply(*str); in apply() local
196 boost::ignore_unused(str, r, cstrategy); in apply()
/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.hpp535 comparable_type cstrategy in apply() local
538 return_type const a = cstrategy.apply(p, sp1, sp2); in apply()