Searched refs:to_front (Results 1 – 3 of 3) sorted by relevance
186 bool to_front = (bnd.side == edge_left); in hot_pixel_set_left_to_right() local187 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() local224 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() local333 if (to_front && (pt == *op)) { in add_point_to_ring()[all …]
56 struct cx18_queue *q, int to_front);
44 struct cx18_queue *q, int to_front) in _cx18_enqueue() argument62 if (to_front) in _cx18_enqueue()