Lines Matching refs:aCol
68 const Color aCol(0); in implTestMaskBasics() local
77 rDevice->clear(aCol); in implTestMaskBasics()
87 ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-50) << "number of rendered pixel is not 50"; in implTestMaskBasics()
89 rDevice->clear(aCol); in implTestMaskBasics()
95 ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-25) << "number of rendered pixel is not 25"; in implTestMaskBasics()
97 rDevice->clear(aCol); in implTestMaskBasics()
103 … ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-25) << "number of rendered pixel is not 25(b)"; in implTestMaskBasics()
105 rDevice->clear(aCol); in implTestMaskBasics()
111 … ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-25) << "number of rendered pixel is not 25(c)"; in implTestMaskBasics()
134 const Color aCol(0xFF); in SetUp() local
137 aCol, in SetUp()