Searched refs:redChannel (Results 1 – 3 of 3) sorted by relevance
50 inline int redChannel(RGBA32 color) { return (color >> 16) & 0xFF; } in redChannel() function101 int red() const { return redChannel(m_color); } in red()
422 redChannel(pixelColor) * 255 / alpha, in colorFromPremultipliedARGB()
306 EXPECT_TRUE(WebCore::redChannel(color)); in TEST_F()