Searched refs:y1Int (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 176 int16_t y1Int = MATH_ROUND(y1); in DrawWuLine() local 188 dy = MATH_ABS(y0Int - y1Int); in DrawWuLine() 194 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 195 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine() 197 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 198 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine() 199 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 201 SWAP_IF_X_SMALLER(x1Int, x0Int, y1Int, y0Int); in DrawWuLine() 204 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 208 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 292 rect.SetRect(MATH_MIN(x0Int, x1Int), y0Int, MATH_MAX(x0Int, x1Int), y1Int); DrawWuLine() local [all...] |
Completed in 2 milliseconds