Home
last modified time | relevance | path

Searched refs:x0Int (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp173 int16_t x0Int = MATH_ROUND(x0); in DrawWuLine() local
184 DrawThinWuLine(gfxDstBuffer, { x0Int, y0Int }, { x3Int, y3Int }, mask, 2, color, opacity); // 2 : line width in DrawWuLine()
187 dx = MATH_ABS(x0Int - x1Int); 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, x1In in DrawWuLine()
[all...]

Completed in 1 milliseconds