Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.c598 #define HSV_PTR_SWAP(sextant,r,g,b) if((sextant) & 2) { SWAPPTR((r), (b)); } if((sextant) & 4) … macro
621 HSV_PTR_SWAP(sextant, r, g, b); /*Swap pointers so the conversion code is the same*/ in fast_hsv2rgb()