Searched defs:IS_IN_DEGREERANE (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ | ||
H A D | draw_arc.cpp | 21 #define IS_IN_DEGREERANE(d, s, e) ((s) <= (e)) ? (((d) >= (s)) && ((d) <= (e))) : (((d) >= (s)) || ((d) <= (e))) macro [all...] |
Completed in 2 milliseconds