Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/
H A Dinterface.hpp44 struct intersection struct
74 struct intersection struct
80 : intersection<Geometry2, Geometry1, Tag2, Tag1, false>
90 return intersection in apply()
106 struct intersection struct
122 return dispatch::intersection in apply()
148 return dispatch::intersection in apply()
164 struct intersection struct
185 return resolve_strategy::intersection::apply(geometry1, in apply()
195 struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
[all …]
H A Dmulti.hpp44 namespace detail { namespace intersection namespace
203 strategy::intersection::liang_barsky<Box, point_type> lb_strategy; in apply()
208 out = detail::intersection::clip_range_with_box in apply()
241 > : detail::intersection::intersection_multi_linestring_multi_linestring_point
263 > : detail::intersection::intersection_linestring_multi_linestring_point
285 > : detail::intersection::clip_multi_linestring
307 > : detail::intersection::intersection_of_linestring_with_areal
333 > : detail::intersection::intersection_of_areal_with_multi_linestring
357 > : detail::intersection::intersection_of_multi_linestring_with_areal
380 > : detail::intersection::intersection_of_multi_linestring_with_areal
[all …]
H A Dbox_box.hpp35 struct intersection struct
40 > : public detail::intersection::intersection_box_box
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp58 const QDoubleVector2D intersection(a.x() + u * (b.x() - a.x()) , a.y() + u * (b.y() - a.y()) ); in closestPoint() local
61 && (p-intersection).length() < (p-candidate).length() ) // And it falls in the segment in closestPoint()
62 candidate = intersection; in closestPoint()
80 QDoubleVector2D intersection = closestPoint(p, a, b); in closestPoint() local
81 if (intersection.x() > 1.0) in closestPoint()
82 intersection.setX(intersection.x() - leftBound); // wrap X in closestPoint()
84 const QGeoCoordinate closest = QWebMercator::mercatorToCoord(intersection); in closestPoint()
97 QDoubleVector2D intersection = closestPoint(p, a, b); in getSegDist() local
98 return getDist(intersection, p, leftBound); in getSegDist()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0004-Revert-libweston-Check-output-placement.patch46 - pixman_region32_t intersection;
48 - pixman_region32_init(&intersection);
49 - pixman_region32_intersect(&intersection, &a->region, &b->region);
50 - overlap = pixman_region32_not_empty(&intersection);
51 - pixman_region32_fini(&intersection);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0004-Revert-libweston-Check-output-placement.patch46 - pixman_region32_t intersection;
48 - pixman_region32_init(&intersection);
49 - pixman_region32_intersect(&intersection, &a->region, &b->region);
50 - overlap = pixman_region32_not_empty(&intersection);
51 - pixman_region32_fini(&intersection);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_insert.hpp60 namespace detail { namespace intersection namespace
495 > : detail::intersection::intersection_segment_segment_point<GeometryOut>
514 > : detail::intersection::intersection_linestring_linestring_point<GeometryOut>
541 strategy::intersection::liang_barsky<Box, point_type> lb_strategy; in apply()
542 return detail::intersection::clip_range_with_box in apply()
563 > : detail::intersection::intersection_of_linestring_with_areal
587 > : detail::intersection::intersection_of_linestring_with_areal
621 strategy::intersection::liang_barsky<Box, point_type> lb_strategy; in apply()
622 return detail::intersection::clip_range_with_box in apply()
946 namespace detail { namespace intersection namespace
[all …]
H A Dclip_linestring.hpp30 namespace strategy { namespace intersection namespace
150 namespace detail { namespace intersection namespace
H A Dintersection_box_box.hpp26 namespace detail { namespace intersection namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp61 namespace strategy { namespace intersection namespace
656 typedef strategy::intersection::cartesian_segments<> type;
662 typedef strategy::intersection::cartesian_segments<> type;
668 typedef strategy::intersection::cartesian_segments<> type;
674 typedef strategy::intersection::cartesian_segments<> type;
685 typedef strategy::intersection::cartesian_segments<> type;
691 typedef strategy::intersection::cartesian_segments<> type;
697 typedef strategy::intersection::cartesian_segments<> type;
703 typedef strategy::intersection::cartesian_segments<> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp55 namespace strategy { namespace intersection namespace
1009 typedef strategy::intersection::spherical_segments<> type;
1015 typedef strategy::intersection::spherical_segments<> type;
1021 typedef strategy::intersection::spherical_segments<> type;
1027 typedef strategy::intersection::spherical_segments<> type;
1038 typedef strategy::intersection::spherical_segments<> type;
1044 typedef strategy::intersection::spherical_segments<> type;
1050 typedef strategy::intersection::spherical_segments<> type;
1056 typedef strategy::intersection::spherical_segments<> type;
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_js_affinity.c198 u64 intersection; in kbase_js_affinity_is_violating() local
208 intersection = affinity_set_left & affinity_set_right; in kbase_js_affinity_is_violating()
210 return (bool) (intersection != (u64) 0u); in kbase_js_affinity_is_violating()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dintersection.hpp23 namespace strategy { namespace intersection namespace
H A Dintersection_strategies.hpp82 typedef typename strategy::intersection::services::default_strategy
H A Drelate.hpp93 : strategy::intersection::services::default_strategy
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dintersection_content.hpp32 bool const ok = geometry::detail::intersection::intersection_box_box in intersection_content()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp507 QDoubleVector2D intersection(a.x() + u * (b.x() - a.x()) , a.y() + u * (b.y() - a.y()) ); in lineContains() local
512 && (p-intersection).length() < (p-candidate).length() ) // And it falls in the segment in lineContains()
513 candidate = intersection; in lineContains()
/OK3568_Linux_fs/buildroot/package/qhull/
H A DConfig.in7 Voronoi diagram, halfspace intersection about a point,
/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 Dinterface.hpp46 typedef typename strategy::intersection::services::default_strategy in apply()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dunion.hpp220 typename strategy::intersection::services::default_strategy in union_insert()
282 typedef typename strategy::intersection::services::default_strategy in apply()
/OK3568_Linux_fs/buildroot/utils/
H A Dsize-stats-compare58 for entry in newkeys.intersection(oldkeys):
/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.hpp143 typename strategy::intersection::services::default_strategy in has_self_intersections()
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Dbcm_sf2.rst111 MAC controller wake-on logic. Whenever Wake-on-LAN is requested, an intersection
113 capabilities is done and the intersection result gets configured. During

123