Searched refs:aPixel4 (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 282 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkCanvasBitmap() local 295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap() 296 test( aPixel3 == aPixel4, in checkCanvasBitmap() 302 test( aPixel3 == aPixel4, in checkCanvasBitmap() 433 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkBitmapImport() local 446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport() 447 test( aPixel3 == aPixel4, in checkBitmapImport() 453 test( aPixel3 == aPixel4, in checkBitmapImport()
|
Completed in 12 milliseconds