Home
last modified time | relevance | path

Searched refs:aPixel3 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx282 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkCanvasBitmap() local
294 aPixel3 = xBmp->convertIntegerFromARGB( aARGBColor ); in checkCanvasBitmap()
296 test( aPixel3 == aPixel4, in checkCanvasBitmap()
301 aPixel3 = xBmp->convertIntegerFromRGB( aRGBColor ); in checkCanvasBitmap()
302 test( aPixel3 == aPixel4, in checkCanvasBitmap()
433 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkBitmapImport() local
445 aPixel3 = xBmp->convertIntegerFromARGB( aARGBColor ); in checkBitmapImport()
447 test( aPixel3 == aPixel4, in checkBitmapImport()
452 aPixel3 = xBmp->convertIntegerFromRGB( aRGBColor ); in checkBitmapImport()
453 test( aPixel3 == aPixel4, in checkBitmapImport()

Completed in 23 milliseconds