Searched refs:dx01 (Results 1 – 1 of 1) sorted by relevance
521 int32_t dx01 = x0 - x1; in trianglex_small() local528 if (dx01*dy20 < dy01*dx20) { in trianglex_small()531 dx01 = x0 - x1; in trianglex_small()554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my); in trianglex_small()560 if (dy01<0 || (dy01 == 0 && dx01>0)) ey0++; in trianglex_small()593 ey0 += dx01 << TRI_FRACTION_BITS; in trianglex_small()