Home
last modified time | relevance | path

Searched defs:box2 (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/geometry/index/detail/algorithms/
Dintersection_content.hpp27 inline bool disjoint_box_box(Box const& box1, Box const& box2, Strategy const&) in disjoint_box_box()
34 inline bool disjoint_box_box(Box const& box1, Box const& box2, default_strategy const& ) in disjoint_box_box()
44 …ault_content_result<Box>::type intersection_content(Box const& box1, Box const& box2, Strategy con… in intersection_content()
68 …e typename default_content_result<Box>::type intersection_content(Box const& box1, Box const& box2) in intersection_content()
/third_party/boost/libs/geometry/doc/src/examples/geometries/
Dbox.cpp25 …box_t box2(point_t(0.0, 0.0), point_t(5.0, 5.0)); /*< Construct, assigning min and max corner poin… in main() local
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dbox_box.hpp47 inline bool disjoint_box_box(Box1 const& box1, Box2 const& box2, Strategy const&) in disjoint_box_box()
Dmultipoint_geometry.hpp280 box2_type box2; in apply() local
/third_party/boost/boost/geometry/strategies/cartesian/
Ddistance_pythagoras_box_box.hpp118 apply(Box1 const& box1, Box2 const& box2) in apply()
185 apply(Box1 const& box1, Box2 const& box2) in apply()
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin.cpp74 box_type box2(point_type(2, 2, 2), point_type(3, 3, 3)); in test_point_box_3d() local
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dcovered_by.cpp145 box_type2 box2(P2(0, 0), P2(5, 5)); in test_mixed_of() local
/third_party/boost/libs/geometry/test/strategies/
Ddistance_default_result.cpp162 typedef typename bg::model::box<point2> box2; in test_distance_result_box() typedef
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_se_geo_pl_ar.cpp461 std::string const box2 = "BOX(170 -60,400 80)"; in test_distance_point_box() local
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track_box_box.hpp81 Box2 const& box2, in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection.cpp495 Box box1, box2; in test_boxes() local
/third_party/boost/libs/geometry/test/algorithms/
Dcomparable_distance.cpp456 box_type box1, box2; in apply() local
/third_party/boost/boost/geometry/index/detail/rtree/rstar/
Dredistribute_elements.hpp167 Box box2 = rtree::elements_box<Box>(elements_copy.begin() + i, elements_copy.end(), in apply() local
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dmulti_point_geometry.hpp176 box2_type box2; in apply() local
/third_party/pixman/pixman/
Dpixman-glyph.c384 const pixman_box32_t *box2) in box32_intersect()
/third_party/ffmpeg/libavfilter/
Dvf_palettegen.c132 const struct range_box *box2 = b; in cmp_color() local
Dvf_paletteuse.c690 struct color_rect box1, box2; in colormap_insert() local