Searched refs:x3Int (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 179 int16_t x3Int = MATH_ROUND(x3); in DrawWuLine() local 184 DrawThinWuLine(gfxDstBuffer, { x0Int, y0Int }, { x3Int, y3Int }, mask, 2, color, opacity); // 2 : line width in DrawWuLine() 196 SWAP_IF_Y_LARGER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine() 202 SWAP_IF_X_SMALLER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine() 205 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine() 210 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); 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() 272 sx = x3Int; in DrawWuLine() [all...] |
Completed in 1 milliseconds