Searched refs:aCol4 (Results 1 – 1 of 1) sorted by relevance
164 const Color aCol4(0x010101); in TEST_F() local165 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() local186 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() local205 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[all …]
Completed in 9 milliseconds