Searched refs:HSV_PTR_SWAP (Results 1 – 1 of 1) sorted by relevance
598 #define HSV_PTR_SWAP(sextant,r,g,b) if((sextant) & 2) { SWAPPTR((r), (b)); } if((sextant) & 4) … macro621 HSV_PTR_SWAP(sextant, r, g, b); /*Swap pointers so the conversion code is the same*/ in fast_hsv2rgb()