Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 172 of file polyfill.c.
Referenced by POLYGONFILL_ActiveListInsert().
{ int e1 = Edge1->XIntercept[0] + Edge1->XIntercept[1]; int e2 = Edge2->XIntercept[0] + Edge2->XIntercept[1]; return e1 - e2; }