Home
last modified time | relevance | path

Searched refs:y1Int (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp176 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()
306 if (sy <= y1Int) { in DrawWuLine()
345 dy = MATH_ABS(y1Int - y0Int); in DrawWuLine()
390 rect.SetRect(x1Int, MATH_MIN(y0Int, y1Int), x0Int, MATH_MAX(y0Int, y1Int)); in DrawWuLine()
[all …]