Lines Matching refs:x2Int
177 int16_t x2Int = MATH_ROUND(x2); in DrawWuLine() local
195 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
196 SWAP_IF_Y_LARGER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
198 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
202 SWAP_IF_X_SMALLER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine()
205 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
209 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
210 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
212 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
216 SWAP_IF_Y_LARGER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine()
219 SWAP_IF_Y_LARGER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
270 dx = MATH_ABS(x3Int - x2Int); in DrawWuLine()
294 rect.SetRect(MATH_MIN(x2Int, x3Int), y3Int, MATH_MAX(x2Int, x3Int), y2Int); in DrawWuLine()
392 rect.SetRect(x3Int, MATH_MIN(y2Int, y3Int), x2Int, MATH_MAX(y2Int, y3Int)); in DrawWuLine()
412 } else if (sx > x2Int) { in DrawWuLine()