Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcopy_segment_point.hpp285 SegmentIdentifier const& seg_id, int offset, in copy_segment_point()
314 SegmentIdentifier const& seg_id, int offset, in copy_segment_point()
362 SegmentIdentifier const& seg_id, in copy_segment_points()
385 SegmentIdentifier const& seg_id, in copy_segment_points()
Dsegment_identifier.hpp77 friend std::ostream& operator<<(std::ostream &os, segment_identifier const& seg_id) in operator <<()
104 inline ring_identifier ring_id_by_seg_id(segment_identifier const& seg_id) in ring_id_by_seg_id()
Dcopy_segments.hpp161 SegmentIdentifier const& seg_id, in apply()
368 SegmentIdentifier const& seg_id, in copy_segments()
Dget_ring.hpp118 segment_identifier const& seg_id) in segment_count_on_ring()
Dturn_info.hpp55 segment_identifier seg_id; member
Dhandle_colocations.hpp54 segment_identifier seg_id; member
393 inline bool is_interior(segment_identifier const& seg_id) in is_interior()
Dsort_by_side.hpp78 segment_identifier seg_id; member
Dget_turns.hpp750 segment_identifier seg_id(source_id1, in apply() local
/third_party/boost/boost/geometry/algorithms/detail/
Doccupation_info.hpp44 segment_identifier seg_id; member
77 segment_identifier const& seg_id) in add()
189 segment_identifier seg_id, in add_incoming_and_outgoing_angles()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dareal_areal.hpp466 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() local
662 inline void no_turns(segment_identifier const& seg_id) in no_turns()
850 segment_identifier const& seg_id = turn.operations[OpId].seg_id; in for_preceding_rings() local
858 segment_identifier const& seg_id = turn.operations[OpId].seg_id; in for_following_rings() local
874 segment_identifier seg_id = turn.operations[OpId].seg_id; in for_no_turns_rings() local
Dfollow_helpers.hpp154 segment_identifier const& seg_id() const in seg_id() function in boost::geometry::detail::relate::point_info
227 bool update(segment_identifier const& seg_id) in update()
385 segment_identifier const& seg_id) in is_ip_on_boundary()
Dlinear_linear.hpp299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() local
Dlinear_areal.hpp700 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp195 bg::segment_identifier seg_id = piece.first_seg_id; in map_pieces() local
/third_party/ffmpeg/libavcodec/
Ddolby_e.c894 static int parse_channel(DBEDecodeContext *s1, int ch, int seg_id) in parse_channel()
945 static int parse_audio(DBEDecodeContext *s1, int start, int end, int seg_id) in parse_audio()
Dvp9.c1535 uint8_t seg_id = frame->segmentation_map[row * 8 * s->sb_cols + col]; in vp9_export_enc_params() local
Dvp9dec.h83 uint8_t seg_id, intra, comp, ref[2], mode[4], uvmode, skip; member