Searched refs:colorThresholdRed (Results 1 – 2 of 2) sorted by relevance
458 const int colorThresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in verifyImage() local466 …if (color.getRed() < colorThresholdRed && color.getGreen() > 255 - colorThresholdGreen && color.ge… in verifyImage()472 …else if (color.getRed() > 255 - colorThresholdRed && color.getGreen() < colorThresholdGreen && col… in verifyImage()
1510 const int colorThresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in verifyImage() local1515 …if (color.getRed() > colorThresholdRed || color.getGreen() < 255 - colorThresholdGreen || color.ge… in verifyImage()