Lines Matching full:thresholdred
1274 const int thresholdRed = 1 << (8 - getPixelFormat().redBits);1309 if ((color.getRed() - triangleColor.getRed()) > thresholdRed ||1343 if (color.getRed() <= thresholdRed ||