Home
last modified time | relevance | path

Searched refs:bounding_box (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dget_piece_turns.hpp200 section1.directions[0], section1.bounding_box, section2.bounding_box); in calculate_turns()
202 section1.directions[0], section1.bounding_box, section2.bounding_box); in calculate_turns()
204 section1.directions[1], section1.bounding_box, section2.bounding_box); in calculate_turns()
206 section1.directions[1], section1.bounding_box, section2.bounding_box); in calculate_turns()
210 section2.directions[0], section2.bounding_box, section1.bounding_box); in calculate_turns()
212 section2.directions[0], section2.bounding_box, section1.bounding_box); in calculate_turns()
214 section2.directions[1], section2.bounding_box, section1.bounding_box); in calculate_turns()
216 section2.directions[1], section2.bounding_box, section1.bounding_box); in calculate_turns()
293 || detail::disjoint::disjoint_box_box(section1.bounding_box, in apply()
294 section2.bounding_box) ) in apply()
H A Dturn_in_original_visitor.hpp187 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
188 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
H A Dturn_in_piece_visitor.hpp234 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
235 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
H A Dbuffered_piece_collection.hpp782 enlarge_box(it->bounding_box, 1); in get_turns()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsection_box_policies.hpp29 geometry::expand(total, section.bounding_box); in apply()
38 return ! detail::disjoint::disjoint_box_box(box, section.bounding_box); in apply()
H A Dsectionalize.hpp88 Box bounding_box; member
112 assign_inverse(bounding_box); in section()
539 … ::apply(section.bounding_box, previous_robust_point, current_robust_point, strategy); in apply()
546 … ::apply(section.bounding_box, previous_robust_point, current_robust_point, strategy); in apply()
769 detail::expand_by_epsilon(it->bounding_box); in enlarge_sections()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turns.hpp225 index1, ndi1, dir1, sec2.bounding_box, robust_policy); in apply()
236 …= end1 && ! detail::section::exceeding<0>(dir1, *prev1, sec1.bounding_box, sec2.bounding_box, robu… in apply()
249 index2, ndi2, dir2, sec1.bounding_box, robust_policy); in apply()
254 …= end2 && ! detail::section::exceeding<0>(dir2, *prev2, sec2.bounding_box, sec1.bounding_box, robu… in apply()
376 …for(; it != end && detail::section::preceding<0>(dir, *it, section.bounding_box, other_bounding_bo… in get_start_point_iterator()
422 if (! detail::disjoint::disjoint_box_box(sec1.bounding_box, sec2.bounding_box)) in apply()
H A Dself_turn_points.hpp99 if (! detail::disjoint::disjoint_box_box(sec1.bounding_box, sec2.bounding_box) in apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1449 struct drm_rect bounding_box = {0}; in vmw_kms_check_display_memory() local
1466 if (rects[i].x2 > bounding_box.x2) in vmw_kms_check_display_memory()
1467 bounding_box.x2 = rects[i].x2; in vmw_kms_check_display_memory()
1469 if (rects[i].y2 > bounding_box.y2) in vmw_kms_check_display_memory()
1470 bounding_box.y2 = rects[i].y2; in vmw_kms_check_display_memory()
1492 bb_mem = (u64) bounding_box.x2 * bounding_box.y2 * 4; in vmw_kms_check_display_memory()