Searched refs:rPixel (Results 1 – 1 of 1) sorted by relevance
3148 float rPixel = pixel * percent * UINT2_MAX / alpha; in CheckPixel() local3149 if ((rPixel + HALF_ONE) >= UINT10_MAX) { in CheckPixel()3152 pixel = static_cast<uint16_t>(rPixel + HALF_ONE); in CheckPixel()