Lines Matching defs:x1Int
175 int16_t x1Int = MATH_ROUND(x1);
187 dx = MATH_ABS(x0Int - x1Int);
194 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int);
195 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int);
197 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int);
198 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int);
199 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int);
201 SWAP_IF_X_SMALLER(x1Int, x0Int, y1Int, y0Int);
204 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int);
208 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int);
209 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int);
211 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int);
212 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int);
213 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int);
215 SWAP_IF_Y_LARGER(x1Int, x0Int, y1Int, y0Int);
218 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int);
244 static_cast<uint64_t>(MATH_ABS(x1Int - x0Int));
247 dx = MATH_ABS(x1Int - x0Int);
292 rect.SetRect(MATH_MIN(x0Int, x1Int), y0Int, MATH_MAX(x0Int, x1Int), y1Int);
304 int16_t sxTemp = x1Int;
341 adj1 = static_cast<uint64_t>(MATH_ABS(x1Int - x0Int) << SHIFT_16) /
390 rect.SetRect(x1Int, MATH_MIN(y0Int, y1Int), x0Int, MATH_MAX(y0Int, y1Int));
404 if (sx >= x1Int) {