Searched refs:SWAP_POINTS (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 34 SWAP_POINTS((sx), (ex), (sy), (ey)); \ 41 SWAP_POINTS((sx), (ex), (sy), (ey)); \ 51 SWAP_POINTS((x1), (x2), (y1), (y2)); \ 56 SWAP_POINTS((x1), (x2), (y1), (y2)); \
|
H A D | draw_utils.h | 37 #define SWAP_POINTS(x1, x2, y1, y2) \ macro
|
Completed in 2 milliseconds