Searched refs:y0Int (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 174 int16_t y0Int = MATH_ROUND(y0); in DrawWuLine() local 184 DrawThinWuLine(gfxDstBuffer, { x0Int, y0Int }, { x3Int, y3Int }, mask, 2, color, opacity); // 2 : line width in DrawWuLine() 188 dy = MATH_ABS(y0Int - y1Int); in DrawWuLine() 194 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 197 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); 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() 211 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1In in DrawWuLine() 292 rect.SetRect(MATH_MIN(x0Int, x1Int), y0Int, MATH_MAX(x0Int, x1Int), y1Int); DrawWuLine() local [all...] |
Completed in 2 milliseconds