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