Searched refs:SWAP_IF_Y_LARGER (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 49 #define SWAP_IF_Y_LARGER(x1, x2, y1, y2) \ macro 194 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() 195 SWAP_IF_Y_LARGER(x1Int, x2Int, y1Int, y2Int); in DrawWuLine() 196 SWAP_IF_Y_LARGER(x2Int, x3Int, y2Int, y3Int); 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() 215 SWAP_IF_Y_LARGER(x1Int, x0Int, y1Int, y0Int); in DrawWuLine() 216 SWAP_IF_Y_LARGER(x3Int, x2Int, y3Int, y2Int); in DrawWuLine() 218 SWAP_IF_Y_LARGER(x0Int, x1Int, y0Int, y1Int); in DrawWuLine() [all …]
|