Searched refs:point_ptr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | topology_correction.hpp | 28 point_ptr<T> op1; 29 point_ptr<T> op2; 31 constexpr point_ptr_pair(point_ptr<T> o1, point_ptr<T> o2) : op1(o1), op2(o2) { in point_ptr_pair() 107 point_ptr<T> orig_pt, in find_intersect_loop() 108 point_ptr<T> prev_pt, in find_intersect_loop() 152 inline bool operator()(point_ptr<T> op1, point_ptr<T> op2) { in operator ()() 186 point_ptr<T> point_itr = r->points; in sort_ring_points() 187 point_ptr<T> last_point = point_itr->prev; in sort_ring_points() 194 [](point_ptr<T> const& pt1, point_ptr<T> const& pt2) { in sort_ring_points() 204 ring_ptr<T> correct_self_intersection(point_ptr<T> pt1, in correct_self_intersection() [all …]
|
| H A D | ring.hpp | 34 double area_from_point(point_ptr<T> op, std::size_t& size, mapbox::geometry::box<T>& bbox) { in area_from_point() 35 point_ptr<T> startOp = op; in area_from_point() 80 point_ptr<T> points; 81 point_ptr<T> bottom_point; 198 point_ptr<T> 200 point_ptr<T> point; in create_new_point() 213 point_ptr<T> create_new_point(ring_ptr<T> r, in create_new_point() 215 point_ptr<T> before_this_point, in create_new_point() 217 point_ptr<T> point; in create_new_point() 340 void remove_points(point_ptr<T> pt) { in remove_points() [all …]
|
| H A D | ring_util.hpp | 185 point_ptr<T> op = bnd.ring->points; in hot_pixel_set_left_to_right() 192 point_ptr<T> new_point = create_new_point(bnd.ring, *itr, op, rings); in hot_pixel_set_left_to_right() 222 point_ptr<T> op = bnd.ring->points; in hot_pixel_set_right_to_left() 229 point_ptr<T> new_point = create_new_point(bnd.ring, *itr, op, rings); in hot_pixel_set_right_to_left() 331 point_ptr<T> op = bnd.ring->points; in add_point_to_ring() 338 point_ptr<T> new_point = create_new_point(bnd.ring, pt, bnd.ring->points, rings); in add_point_to_ring() 388 point_ptr<T> p = btmPt1->prev; in first_is_bottom_point() 424 point_ptr<T> get_bottom_point(point_ptr<T> pp) { in get_bottom_point() 425 point_ptr<T> dups = nullptr; in get_bottom_point() 426 point_ptr<T> p = pp->next; in get_bottom_point() [all …]
|
| H A D | point.hpp | 17 using point_ptr = point<T>*; typedef 37 point_ptr<T> next; 38 point_ptr<T> prev; 50 point(ring_ptr<T> ring_, mapbox::geometry::point<T> const& pt, point_ptr<T> before_this_point) in point() 58 using point_vector = std::vector<point_ptr<T>>;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_scheduler.c | 735 u32 __user *point_ptr = NULL; in _mali_ukk_gp_start_job() local 749 point_ptr = (u32 __user *)(uintptr_t)mali_gp_job_get_timeline_point_ptr(job); in _mali_ukk_gp_start_job() 753 if (0 != _mali_osk_put_user(((u32) point), point_ptr)) { in _mali_ukk_gp_start_job() 771 u32 __user *point_ptr = NULL; in _mali_ukk_pp_start_job() local 784 point_ptr = (u32 __user *)(uintptr_t)mali_pp_job_get_timeline_point_ptr(job); in _mali_ukk_pp_start_job() 791 if (0 != _mali_osk_put_user(((u32) point), point_ptr)) { in _mali_ukk_pp_start_job() 811 u32 __user *point_ptr = NULL; in _mali_ukk_pp_and_gp_start_job() local 845 point_ptr = (u32 __user *)(uintptr_t)mali_pp_job_get_timeline_point_ptr(pp_job); in _mali_ukk_pp_and_gp_start_job() 856 if (0 != _mali_osk_put_user(((u32) point), point_ptr)) { in _mali_ukk_pp_and_gp_start_job()
|