Lines Matching refs:aCol4
164 const Color aCol4(0x010101); in TEST_F() local
165 pDevice->setPixel( aPt, aCol4, DrawMode_PAINT ); in TEST_F()
166 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #4"; in TEST_F()
185 const Color aCol4(0x00101010); in TEST_F() local
186 pDevice->setPixel( aPt, aCol4, DrawMode_PAINT ); in TEST_F()
187 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #7"; in TEST_F()
204 const Color aCol4(0x01010101); in TEST_F() local
205 pDevice->setPixel( aPt, aCol4, DrawMode_PAINT ); in TEST_F()
206 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #10"; in TEST_F()
227 const Color aCol4(0x01010101); in TEST_F() local
228 pDevice->setPixel( aPt, aCol4, DrawMode_PAINT ); in TEST_F()
229 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #13"; in TEST_F()