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

/system/core/libpixelflinger/
H A Dtrap.cpp908 static int compare_edges(const AAEdge *e0, const AAEdge *e1) { argument
909 if (e0->y_top > e1->y_top) return 1;
910 if (e0->y_top < e1->y_top) return -1;
911 if (e0->x > e1->x) return 1;
912 if (e0->x < e1->x) return -1;
913 if (e0->x_incr > e1->x_incr) return 1;
914 if (e0->x_incr < e1->x_incr) return -1;

Completed in 39 milliseconds