Home
last modified time | relevance | path

Searched refs:to_front (Results 1 – 3 of 3) 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.hpp186 bool to_front = (bnd.side == edge_left); in hot_pixel_set_left_to_right() local
187 if (to_front && (*itr == *op)) { in hot_pixel_set_left_to_right()
189 } else if (!to_front && (*itr == *op->prev)) { in hot_pixel_set_left_to_right()
193 if (to_front) { in hot_pixel_set_left_to_right()
223 bool to_front = (bnd.side == edge_left); in hot_pixel_set_right_to_left() local
224 if (to_front && (*itr == *op)) { in hot_pixel_set_right_to_left()
226 } else if (!to_front && (*itr == *op->prev)) { in hot_pixel_set_right_to_left()
230 if (to_front) { in hot_pixel_set_right_to_left()
332 bool to_front = (bnd.side == edge_left); in add_point_to_ring() local
333 if (to_front && (pt == *op)) { in add_point_to_ring()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-queue.h56 struct cx18_queue *q, int to_front);
H A Dcx18-queue.c44 struct cx18_queue *q, int to_front) in _cx18_enqueue() argument
62 if (to_front) in _cx18_enqueue()