Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp54 #define SWAP_IF_X_SMALLER(x1, x2, y1, y2) \ macro
201 SWAP_IF_X_SMALLER(x1Int, x0Int, y1Int, y0Int); in DrawWuLine()
202 SWAP_IF_X_SMALLER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine()
204 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine()
205 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
208 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine()
209 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
210 SWAP_IF_X_SMALLER(x2Int, x3Int, y2Int, y3Int); in DrawWuLine()
211 SWAP_IF_X_SMALLER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine()
212 SWAP_IF_X_SMALLER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine()
[all …]