Lines Matching refs:geometry

185     test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(),  in checkCanvasBitmap()
189 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1)); in checkCanvasBitmap()
209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap()
214 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkCanvasBitmap()
295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap()
336 test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(), in checkBitmapImport()
340 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1)); in checkBitmapImport()
360 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkBitmapImport()
365 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkBitmapImport()
446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport()
466 geometry::IntegerSize2D maSize;
473 …virtual geometry::IntegerSize2D SAL_CALL getSize() throw (uno::RuntimeException) { return maSize; } in getSize()
475 …virtual uno::Reference< rendering::XBitmap > SAL_CALL getScaledBitmap( const geometry::RealSize2D&… in getScaledBitmap()
480 … const geometry::IntegerRectangle2D& rect ) throw (lang::IndexOutOfBoundsException, in getData()
526 … const geometry::IntegerPoint2D& ) throw (lang::IndexOutOfBoundsException, in getPixel()
826 TestBitmap( const geometry::IntegerSize2D& rSize, bool bPalette ) : in TestBitmap()
956 new TestBitmap( geometry::IntegerSize2D(10,10), true )); in Paint()
981 xTestBmp.set( new TestBitmap( geometry::IntegerSize2D(10,10), false )); in Paint()