Lines Matching refs:rDevice
65 void implTestMaskBasics(const BitmapDeviceSharedPtr& rDevice, in implTestMaskBasics() argument
77 rDevice->clear(aCol); in implTestMaskBasics()
78 rDevice->setPixel( in implTestMaskBasics()
82 rDevice->drawMaskedColor( 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()
90 rDevice->drawMaskedColor( 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()
98 rDevice->drawMaskedColor( 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()
106 rDevice->drawMaskedColor( in implTestMaskBasics()
111 … ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-25) << "number of rendered pixel is not 25(c)"; in implTestMaskBasics()