Home | History | Annotate | Download | only in functional

Lines Matching refs:thresholdGreen

1275 	const int								thresholdGreen			= 1 << (8 - getPixelFormat().greenBits);
1310 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen ||
1344 color.getGreen() <= thresholdGreen ||