Searched refs:roundToUint8Sat (Results 1 – 1 of 1) sorted by relevance
63 static inline deUint8 roundToUint8Sat (float v) in roundToUint8Sat() function70 …return roundToUint8Sat(v[0]) | (roundToUint8Sat(v[1]) << 8) | (roundToUint8Sat(v[2]) << 16) | (rou… in toColor()155 dst = setChannel(dst, c, roundToUint8Sat(f)); in bilinearSample()