Lines Matching refs:rDevice

63     void implTestEmpty(const BitmapDeviceSharedPtr& rDevice)  in implTestEmpty()  argument
67 rDevice->clear(aBgCol); in implTestEmpty()
76 rDevice->fillPolyPolygon( in implTestEmpty()
80 ASSERT_TRUE(countPixel( rDevice, aCol ) == 0) << "number of rendered pixel is not 0"; in implTestEmpty()
84 rDevice->clear(aBgCol); in implTestEmpty()
91 rDevice->fillPolyPolygon( in implTestEmpty()
95 ASSERT_TRUE(countPixel( rDevice, aCol ) == 0) << "number of rendered pixel is not 0(b)"; in implTestEmpty()
98 void implTestHairline(const BitmapDeviceSharedPtr& rDevice) in implTestHairline() argument
102 rDevice->clear(aBgCol); in implTestHairline()
111 rDevice->fillPolyPolygon( in implTestHairline()
115 ASSERT_TRUE(countPixel( rDevice, aCol ) == 7) << "number of rendered pixel is not 7"; in implTestHairline()
119 rDevice->clear(aBgCol); in implTestHairline()
126 rDevice->fillPolyPolygon( in implTestHairline()
130 ASSERT_TRUE(countPixel( rDevice, aCol ) == 6) << "number of rendered pixel is not 6"; in implTestHairline()
134 rDevice->clear(aBgCol); in implTestHairline()
141 rDevice->fillPolyPolygon( in implTestHairline()
145 ASSERT_TRUE(countPixel( rDevice, aCol ) == 3) << "number of rendered pixel is not 3"; in implTestHairline()
148 void implTestPolyPoly(const BitmapDeviceSharedPtr& rDevice) in implTestPolyPoly() argument
152 rDevice->clear(aBgCol); in implTestPolyPoly()
161 rDevice->fillPolyPolygon( in implTestPolyPoly()
165 ASSERT_TRUE(countPixel( rDevice, aCol ) == 40) << "number of rendered pixel is not 40"; in implTestPolyPoly()
168 void implTestPolyPolyClip(const BitmapDeviceSharedPtr& rDevice) in implTestPolyPolyClip() argument
172 rDevice->clear(aBgCol); in implTestPolyPolyClip()
186 rDevice->fillPolyPolygon( in implTestPolyPolyClip()
191 ASSERT_TRUE(countPixel( rDevice, aCol ) == 39) << "number of rendered pixel is not 39"; in implTestPolyPolyClip()
194 subsetBitmapDevice( rDevice, in implTestPolyPolyClip()
197 rDevice->clear(aBgCol); in implTestPolyPolyClip()
202 ASSERT_TRUE(countPixel( rDevice, aCol ) == 7) << "number of rendered pixel is not 7"; in implTestPolyPolyClip()
205 void implTestPolyPolyCrissCross(const BitmapDeviceSharedPtr& rDevice) in implTestPolyPolyCrissCross() argument
209 rDevice->clear(aBgCol); in implTestPolyPolyCrissCross()
221 rDevice->fillPolyPolygon( in implTestPolyPolyCrissCross()
225 ASSERT_TRUE(countPixel( rDevice, aCol ) == 46) << "number of rendered pixel is not 46"; in implTestPolyPolyCrissCross()