Lines Matching refs:getSize
334 if( pMask->getSize() != getSize() ) in getCompatibleClipMask()
1052 basegfx::B2IVector BitmapDevice::getSize() const in getSize() function in basebmp::BitmapDevice
1379 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1408 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1438 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1489 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1542 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1544 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
1574 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1576 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
2003 return createBitmapDeviceImpl( rProto->getSize(), in subsetBitmapDevice()