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

/system/core/libpixelflinger/
H A Dfixed.cpp248 static inline void swap(T& a, T& b) { function
330 swap(a, b);
H A Dtrap.cpp88 static inline void swap(T& a, T& b) { function in namespace:android
527 // so if we get a CW triangle, we need to swap two of its vertices
529 swap(x0, x1);
530 swap(y0, y1);
675 swap(top, bot);
731 swap(left, right);
865 swap(top, bot);
1010 swap(l_min, l_max);
1017 swap(r_min, r_max);

Completed in 1168 milliseconds