Lines Matching refs:AquaSalBitmap
53 AquaSalBitmap::AquaSalBitmap() in AquaSalBitmap() function in AquaSalBitmap
65 AquaSalBitmap::~AquaSalBitmap() in ~AquaSalBitmap()
72 bool AquaSalBitmap::Create( CGLayerRef xLayer, int nBitmapBits, in Create()
106 bool AquaSalBitmap::Create( const Size& rSize, sal_uInt16 nBits, const BitmapPalette& rBitmapPalett… in Create()
119 bool AquaSalBitmap::Create( const SalBitmap& rSalBmp ) in Create()
126 bool AquaSalBitmap::Create( const SalBitmap& rSalBmp, SalGraphics* pGraphics ) in Create()
133 bool AquaSalBitmap::Create( const SalBitmap& rSalBmp, sal_uInt16 nNewBitCount ) in Create()
135 const AquaSalBitmap& rSourceBitmap = static_cast<const AquaSalBitmap&>(rSalBmp); in Create()
155 void AquaSalBitmap::Destroy() in Destroy()
163 void AquaSalBitmap::DestroyContext() in DestroyContext()
178 bool AquaSalBitmap::CreateContext() in CreateContext()
242 bool AquaSalBitmap::AllocateUserData() in AllocateUserData()
485 void AquaSalBitmap::ConvertBitmapData( sal_uInt32 nWidth, sal_uInt32 nHeight, in ConvertBitmapData()
555 Size AquaSalBitmap::GetSize() const in GetSize()
562 sal_uInt16 AquaSalBitmap::GetBitCount() const in GetBitCount()
657 BitmapBuffer* AquaSalBitmap::AcquireBuffer( bool /*bReadOnly*/ ) in AcquireBuffer()
698 void AquaSalBitmap::ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) in ReleaseBuffer()
713 CGImageRef AquaSalBitmap::CreateCroppedImage( int nX, int nY, int nNewWidth, int nNewHeight ) const in CreateCroppedImage()
718 if( !const_cast<AquaSalBitmap*>(this)->CreateContext() ) in CreateCroppedImage()
748 CGImageRef AquaSalBitmap::CreateWithMask( const AquaSalBitmap& rMask, in CreateWithMask()
794 CGImageRef AquaSalBitmap::CreateColorMask( int nX, int nY, int nWidth, int nHeight, SalColor nMaskC… in CreateColorMask()
851 bool AquaSalBitmap::GetSystemData( BitmapSystemData& rData ) in GetSystemData()