/third_party/boost/boost/geometry/algorithms/detail/envelope/ |
D | range.hpp | 53 Box& mbr, in apply() 59 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply() 67 >::apply(*it, mbr, strategy.get_element_envelope_strategy()); in apply() 75 >::apply(mbr, *it, strategy.get_element_expand_strategy()); in apply() 81 static inline void apply(Range const& range, Box& mbr, Strategy const& strategy) in apply() 83 return apply(Strategy::begin(range), Strategy::end(range), mbr, strategy); in apply() 94 Box& mbr, in apply() 97 apply(boost::begin(multirange), boost::end(multirange), mbr, strategy); in apply() 103 Box& mbr, in apply() 116 state.result(mbr); in apply()
|
D | interface.hpp | 153 inline void envelope(Geometry const& geometry, Box& mbr, Strategy const& strategy) in envelope() argument 155 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in envelope() 174 inline void envelope(Geometry const& geometry, Box& mbr) in envelope() argument 176 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in envelope() 201 Box mbr; in return_envelope() local 202 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in return_envelope() 203 return mbr; in return_envelope() 224 Box mbr; in return_envelope() local 225 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in return_envelope() 226 return mbr; in return_envelope()
|
D | segment.hpp | 46 Box& mbr, in apply() 49 strategy.apply(p1, p2, mbr); in apply() 53 static inline void apply(Segment const& segment, Box& mbr, in apply() 59 apply(p[0], p[1], mbr, strategy); in apply() 77 Box& mbr, in apply() 86 >::apply(p[0], p[1], mbr, strategy); in apply()
|
D | range_of_boxes.hpp | 158 static inline void apply(RangeOfBoxes const& range_of_boxes, Box& mbr) in apply() 168 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 169 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply() 202 >::apply(mbr, *it); in apply() 209 >::apply(mbr, *it); in apply() 230 static inline void apply(RangeOfBoxes const& range_of_boxes, Box& mbr) in apply() 315 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 316 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply() 328 >::apply(range_of_boxes, mbr); in apply()
|
D | areal.hpp | 35 static inline void apply(Polygon const& polygon, Box& mbr, Strategy const& strategy) in apply() 46 >::apply(interior_rings(polygon), mbr, strategy); in apply() 51 envelope_range::apply(ext_ring, mbr, strategy); in apply()
|
D | multipoint.hpp | 37 static inline void apply(MultiPoint const& multipoint, Box& mbr, Strategy const& ) in apply() 39 Strategy::apply(multipoint, mbr); in apply()
|
D | box.hpp | 42 static inline void apply(BoxIn const& box_in, BoxOut& mbr, Strategy const& ) in apply() 44 Strategy::apply(box_in, mbr); in apply()
|
D | point.hpp | 41 static inline void apply(Point const& point, Box& mbr, Strategy const& ) in apply() 43 Strategy::apply(point, mbr); in apply()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | envelope_point.hpp | 47 static inline void apply(Point const& point, Box& mbr) in apply() 49 detail::indexed_point_view<Box, Index> box_corner(mbr); in apply() 60 static inline void apply(Point const& point, Box& mbr) in apply() 62 apply<min_corner>(point, mbr); in apply() 63 apply<max_corner>(point, mbr); in apply() 78 static inline void apply(Point const& point, Box& mbr) in apply() 83 >::apply(point, mbr); in apply()
|
D | envelope_box.hpp | 57 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 60 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply() 93 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 98 >::apply(box_in, mbr); in apply() 103 >::apply(box_in, mbr); in apply()
|
D | envelope_segment.hpp | 36 Box& mbr) in apply() 41 >::apply(p1, mbr); in apply() 46 >::apply(mbr, p2); in apply()
|
D | envelope_multipoint.hpp | 31 static inline void apply(MultiPoint const& multipoint, Box& mbr) in apply() argument 33 geometry::detail::envelope::envelope_range::apply(multipoint, mbr, cartesian<>()); in apply()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | envelope_point.hpp | 50 static inline void apply(Point const& point, Box& mbr) in apply() 60 geometry::set<min_corner, 0>(mbr, geometry::get<0>(box_point)); in apply() 61 geometry::set<min_corner, 1>(mbr, geometry::get<1>(box_point)); in apply() 63 geometry::set<max_corner, 0>(mbr, geometry::get<0>(box_point)); in apply() 64 geometry::set<max_corner, 1>(mbr, geometry::get<1>(box_point)); in apply() 70 per_corner::template apply<min_corner>(normalized_point, mbr); in apply() 71 per_corner::template apply<max_corner>(normalized_point, mbr); in apply()
|
D | expand_box.hpp | 59 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 65 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply() 84 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 98 >::apply(box_in_normalized, mbr); in apply() 103 >::apply(box_in_normalized, mbr); in apply()
|
D | envelope_multipoint.hpp | 232 static inline void apply(MultiPoint const& multipoint, Box& mbr) in apply() argument 249 geometry::detail::envelope::initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply() 253 geometry::detail::envelope::initialize<Box, 0, 2>::apply(mbr); in apply() 260 >::apply(range::front(multipoint), mbr, strategy::envelope::spherical_point()); in apply() 329 …eometry::detail::envelope::envelope_indexed_box_on_spheroid<min_corner, 2>::apply(helper_mbr, mbr); in apply() 330 …eometry::detail::envelope::envelope_indexed_box_on_spheroid<max_corner, 2>::apply(helper_mbr, mbr); in apply() 334 geometry::detail::envelope::envelope_one_point<2, dimension<Box>::value>::apply(*it, mbr); in apply() 341 >::apply(mbr, *it); in apply()
|
D | distance_segment_box.hpp | 110 geometry::model::box<SegmentPoint> mbr; in segment_below_of_box() local 111 geometry::envelope(seg, mbr, es_strategy); in segment_below_of_box() 128 vertex_lat = geometry::get_as_radian<geometry::max_corner, 1>(mbr); in segment_below_of_box() 130 vertex_lat = geometry::get_as_radian<geometry::min_corner, 1>(mbr); in segment_below_of_box()
|
D | envelope_segment.hpp | 286 Box& mbr) in create_box() argument 317 geometry::detail::envelope::transform_units(helper_mbr, mbr); in create_box() 352 Box& mbr, in apply() argument 363 create_box<Units>(lon1, lat1, lon2, lat2, mbr); in apply()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | envelope.qbk | 22 …(also known as axis aligned bounding box, aabb, or minimum bounding rectangle, mbr) of a geometry. 26 void envelope(Geometry const & geometry, Box & mbr, Strategy const & strategy)`` 33 [[Box &] [Any type fulfilling a Box Concept ] [mbr] [A model of the specified Box Concept which is … 61 …(also known as axis aligned bounding box, aabb, or minimum bounding rectangle, mbr) of a geometry. 65 void envelope(Geometry const & geometry, Box & mbr)`` 72 [[Box &] [Any type fulfilling a Box Concept ] [mbr] [A model of the specified Box Concept which is … 99 …o known as axis aligned bounding box, aabb, or minimum bounding rectangle, mbr) of a geometry. Thi… 141 …o known as axis aligned bounding box, aabb, or minimum bounding rectangle, mbr) of a geometry. Thi…
|
/third_party/gptfdisk/ |
D | basicmbr.cc | 242 state = mbr; in ReadMBRData() 449 int BasicMBRData::WriteMBRData(struct TempMBR & mbr, DiskIO *theDisk, uint64_t sector) { in WriteMBRData() argument 454 ReverseBytes(&mbr.diskSignature, 4); in WriteMBRData() 455 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() 456 ReverseBytes(&mbr.MBRSignature, 2); in WriteMBRData() 458 ReverseBytes(&mbr.partitions[i].firstLBA, 4); in WriteMBRData() 459 ReverseBytes(&mbr.partitions[i].lengthLBA, 4); in WriteMBRData() 466 if (theDisk->Write(&mbr, 512) != 512) { in WriteMBRData() 478 ReverseBytes(&mbr.diskSignature, 4); in WriteMBRData() 479 ReverseBytes(&mbr.nulls, 2); in WriteMBRData() [all …]
|
D | Makefile | 76 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diski… 94 …LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio disk… 114 …LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio disk…
|
D | basicmbr.h | 38 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator 75 int WriteMBRData(struct TempMBR & mbr, DiskIO *theDisk, uint64_t sector);
|
D | fixparts.cc | 64 case mbr: in main()
|
D | sgdisk.cc | 48 case mbr: in ohos_dump()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstwavpackparse.c | 315 GstByteReader mbr; in gst_wavpack_parse_frame_metadata() local 329 gst_byte_reader_init (&mbr, data, size); in gst_wavpack_parse_frame_metadata() 343 CHECK (gst_byte_reader_get_uint24_le (&mbr, &wpi->rate)); in gst_wavpack_parse_frame_metadata() 355 CHECK (gst_byte_reader_get_uint16_le (&mbr, &channels)); in gst_wavpack_parse_frame_metadata() 357 CHECK (gst_byte_reader_get_uint24_le (&mbr, &mask)); in gst_wavpack_parse_frame_metadata() 359 CHECK (gst_byte_reader_get_uint8 (&mbr, &c)); in gst_wavpack_parse_frame_metadata() 361 while (gst_byte_reader_get_uint8 (&mbr, &c)) in gst_wavpack_parse_frame_metadata()
|
/third_party/boost/libs/thread/example/ |
D | synchronized_person.cpp | 183 void Invariant(boost::const_strict_lock_ptr<Member> & mbr) const in Invariant() 185 if (mbr->age < 1) throw std::runtime_error("Age cannot be negative"); in Invariant()
|