Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp178 int16_t y2Int = MATH_ROUND(y2); in DrawWuLine() local
195 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
196 SWAP_IF_Y_LARGER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
198 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
209 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
210 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
212 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
216 SWAP_IF_Y_LARGER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine()
314 } else if (sy < y2Int) { in DrawWuLine()
368 dy = MATH_ABS(y3Int - y2Int); in DrawWuLine()
[all …]