Searched refs:swap_cells (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h496 template <class T> static AGG_INLINE void swap_cells(T* a, T* b) function in namespace:agg
536 swap_cells(base, pivot);
544 swap_cells(i, j);
549 swap_cells(base, i);
554 swap_cells(base, j);
568 swap_cells(i, j);
571 swap_cells(base, j);
598 swap_cells(j + 1, j);

Completed in 29 milliseconds