Searched refs:pDstAcc (Results 1 – 1 of 1) sorted by relevance
978 BitmapWriteAccess* pDstAcc = AcquireWriteAccess(); in CopyPixel() local980 if( pSrcAcc && pDstAcc ) in CopyPixel()982 const long nSrcCount = pDstAcc->GetPaletteEntryCount(); in CopyPixel()994 if( rSrcCol == pDstAcc->GetPaletteColor( (sal_uInt16) j ) ) in CopyPixel()1002 pDstAcc->SetPaletteColor( (sal_uInt16) nNextIndex++, rSrcCol ); in CopyPixel()1009 if( pDstAcc ) in CopyPixel()1010 ReleaseAccess( pDstAcc ); in CopyPixel()
Completed in 16 milliseconds