Searched defs:sextant (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) … argument620 uint8_t sextant = h >> 8; in fast_hsv2rgb() local