Lines Matching refs:getSize
337 if( pMask->getSize() != getSize() ) in getCompatibleClipMask()
1055 basegfx::B2IVector BitmapDevice::getSize() const in getSize() function in basebmp::BitmapDevice
1382 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1411 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1441 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1492 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1545 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1547 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
1577 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1579 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
2006 return createBitmapDeviceImpl( rProto->getSize(), in subsetBitmapDevice()