Lines Matching full:thresholdred
997 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits);1032 if ((color.getRed() - triangleColor.getRed()) > thresholdRed ||1066 if (color.getRed() <= thresholdRed ||