Home
last modified time | relevance | path

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

1234567

/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
/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() argument
56 parse(ScannerT const& scan) const in parse()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeException.java32 RangeTree intersection = existing.intersect(ranges); in checkDisjoint() local
43 RangeTree intersection, in RangeException()
45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() local
53 RangeTree intersection, in explain()
/third_party/typescript/tests/baselines/reference/
DrestIntersection.js2 var intersection: { x: number, y: number } & { w: string, z: string }; variable
20 var intersection; variable
DspreadIntersection.js2 var intersection: { a: number } & { b: string }; variable
22 var intersection; variable
/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 __anon626fb2a80502() variable
/third_party/typescript_eslint/packages/parser/tests/fixtures/scope-analysis/
Dtypes-union-intersection.src.ts2 let intersection: number & string; variable
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/types/
Dunion-intersection.src.ts2 let intersection: number & string; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dintersection.hpp29 constexpr intersection_t intersection{}; 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/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/typescript/tests/cases/compiler/
DrestIntersection.ts1 var intersection: { x: number, y: number } & { w: string, z: string }; variable
DspreadIntersection.ts1 var intersection: { a: number } & { b: string }; variable
/third_party/boost/boost/geometry/strategies/
Dintersection.hpp23 namespace strategy { namespace intersection namespace
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c358 GstCaps *intersection; in gst_shape_wipe_video_sink_getcaps() local
388 GstCaps *intersection, *tmp2; in gst_shape_wipe_video_sink_getcaps() local
481 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
523 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
569 GstCaps *intersection; in gst_shape_wipe_src_getcaps() local
598 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/
Dclip_linestring.hpp33 namespace strategy { namespace intersection namespace
162 namespace detail { namespace intersection namespace
Dintersection_box_box.hpp26 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
/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

1234567