Searched refs:retRSColor (Results 1 – 1 of 1) sorted by relevance
88 RSColor retRSColor = ToRSColor(TEST_COLOR); variable89 EXPECT_EQ(retRSColor.GetAlphaF(), NUM1);90 EXPECT_EQ(retRSColor.GetRed(), NUM55);91 EXPECT_EQ(retRSColor.GetGreen(), NUM155);92 EXPECT_EQ(retRSColor.GetBlue(), NUM255);106 RSColor retRSColor = ToRSColor(LinearColor::RED); variable108 EXPECT_EQ(retRSColor.GetAlphaF(), 1);109 EXPECT_EQ(retRSColor.GetRed(), 255);110 EXPECT_EQ(retRSColor.GetGreen(), 0);111 EXPECT_EQ(retRSColor.GetBlue(), 0);