Searched refs:x1Int (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 175 int16_t x1Int = MATH_ROUND(x1); in DrawWuLine() local 187 dx = MATH_ABS(x0Int - x1Int); 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, y0In in DrawWuLine() [all...] |
Completed in 1 milliseconds