Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/boost/boost/geometry/algorithms/detail/intersection/
Dinterface.hpp45 struct intersection struct
48 static inline bool apply(Geometry1 const& geometry1, in apply()
79 struct intersection struct
88 static inline bool apply( in apply()
111 struct intersection struct
120 static inline bool apply(Geometry1 const& geometry1, in apply()
150 static inline bool apply(Geometry1 const& geometry1, in apply()
187 struct intersection struct
190 static inline bool apply(Geometry1 const& geometry1, in apply()
207 struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
[all …]
Dareal_areal.hpp22 namespace detail { namespace intersection namespace
269 struct intersection struct
282 struct intersection struct
295 struct intersection struct
308 struct intersection struct
321 struct intersection struct
334 struct intersection struct
Dbox_box.hpp35 struct intersection struct
Dmulti.hpp44 namespace detail { namespace intersection namespace
/third_party/boost/boost/spirit/home/classic/core/composite/
Dintersection.hpp43 struct intersection struct
46 typedef intersection<A, B> self_t;
47 typedef binary_parser_category parser_category_t;
48 typedef intersection_parser_gen parser_generator_t;
49 typedef binary<A, B, parser<self_t> > base_t;
51 intersection(A const& a, B const& b) in intersection() function
56 parse(ScannerT const& scan) const in parse()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c19 SDL_bool intersection, SDL_bool expectedIntersection, in _validateIntersectRectAndLineResults()
309 SDL_bool intersection, SDL_bool expectedIntersection, in _validateHasIntersectionResults()
332 SDL_bool intersection, SDL_bool expectedIntersection, in _validateIntersectRectResults()
424 SDL_bool intersection; in rect_testIntersectRectInside() local
452 SDL_bool intersection; in rect_testIntersectRectOutside() local
481 SDL_bool intersection; in rect_testIntersectRectPartial() local
569 SDL_bool intersection; in rect_testIntersectRectPoint() local
616 SDL_bool intersection; in rect_testIntersectRectEmpty() local
686 SDL_bool intersection; in rect_testIntersectRectParam() local
717 SDL_bool intersection; in rect_testHasIntersectionInside() local
[all …]
/third_party/boost/boost/hana/fwd/
Dintersection.hpp29 constexpr intersection_t intersection{}; variable
Dset.hpp228 constexpr auto intersection = [](auto&& xs, auto&& ys) { in __anon886f0dde0502() variable
Dmap.hpp315 constexpr auto intersection = [](auto&& xs, auto&& ys) { in __anonb0f49cd00602() variable
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DGlyphGroup.java60 GlyphGroup intersection(GlyphGroup other) { in intersection() method in GlyphGroup
61 GlyphGroup intersection = new GlyphGroup(); in intersection() local
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
Dintersection.js23 var intersection = baseRest(function(arrays) { variable
/third_party/boost/boost/geometry/strategies/
Dintersection.hpp23 namespace strategy { namespace intersection namespace
/third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/
Dintersection.js23 var intersection = baseRest(function(arrays) { variable
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c355 GstCaps *intersection; in gst_shape_wipe_video_sink_getcaps() local
385 GstCaps *intersection, *tmp2; in gst_shape_wipe_video_sink_getcaps() local
478 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
520 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
566 GstCaps *intersection; in gst_shape_wipe_src_getcaps() local
595 GstCaps *intersection, *tmp2; in gst_shape_wipe_src_getcaps() local
/third_party/boost/libs/geometry/example/
D05_a_overlay_polygon_example.cpp76 std::vector<polygon_2d> intersection; in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS() local
/third_party/boost/tools/build/src/util/
Dset.py20 def intersection (set1, set2): function
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dintersection_box_box.hpp26 namespace detail { namespace intersection namespace
Dclip_linestring.hpp33 namespace strategy { namespace intersection namespace
162 namespace detail { namespace intersection namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c42 struct p2p_channels intersection; in p2p_peer_channels_check() local
384 struct p2p_channels *intersection) in p2p_reselect_channel()
508 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c42 struct p2p_channels intersection; in p2p_peer_channels_check() local
384 struct p2p_channels *intersection) in p2p_reselect_channel()
508 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c184 GstCaps *intersection; in gst_rtp_stream_depay_get_sink_caps() local
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/
Dgstoverlaycomposition.c642 GstCaps *intersection = gst_caps_intersect_full (filter, caps, in gst_overlay_composition_sink_query_caps() local
703 GstCaps *intersection; in gst_overlay_composition_src_query_caps() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py895 def get_matching_language_name (intersection, candidates): argument
912 intersection = language_name_intersection (bcp_47_name, ot.names[tag]) variable

123456