Home
last modified time | relevance | path

Searched refs:end_pt (Results 1 – 1 of 1) 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 Dring_util.hpp245 mapbox::geometry::point<T> const& end_pt, in insert_hot_pixels_in_path() argument
248 if (end_pt == bnd.last_point) { in insert_hot_pixels_in_path()
254 T end_y = end_pt.y; in insert_hot_pixels_in_path()
255 T end_x = end_pt.x; in insert_hot_pixels_in_path()
276 bool add_end_point_itr = (y != end_pt.y || add_end_point); in insert_hot_pixels_in_path()
295 bool add_end_point_itr = (y != end_pt.y || add_end_point); in insert_hot_pixels_in_path()
300 bnd.last_point = end_pt; in insert_hot_pixels_in_path()