Searched refs:x0Int (Results 1 – 1 of 1) sorted by relevance
173 int16_t x0Int = MATH_ROUND(x0); in DrawWuLine() local187 dx = MATH_ABS(x0Int - x1Int); in DrawWuLine()247 dx = MATH_ABS(x1Int - x0Int); in DrawWuLine()248 sx = x0Int; in DrawWuLine()292 rect.SetRect(MATH_MIN(x0Int, x1Int), y0Int, MATH_MAX(x0Int, x1Int), y1Int); in DrawWuLine()298 sx = x0Int; in DrawWuLine()346 sx = x0Int; in DrawWuLine()362 if (x0Int - sx < MAX_LINE_WIDTH) { in DrawWuLine()363 endPoints0[x0Int - sx] = sy - dir; in DrawWuLine()396 sx = x0Int - 1; in DrawWuLine()[all …]