Searched refs:pNewBmp (Results 1 – 1 of 1) sorted by relevance
780 Bitmap* pNewBmp; in ImplMosaic() local786 pNewBmp = NULL; in ImplMosaic()791 pNewBmp = new Bitmap( GetSizePixel(), 24 ); in ImplMosaic()793 pWriteAcc = pNewBmp->AcquireWriteAccess(); in ImplMosaic()818 if( !pNewBmp ) in ImplMosaic()897 if( pNewBmp ) in ImplMosaic()899 pNewBmp->ReleaseAccess( pWriteAcc ); in ImplMosaic()906 *this = *pNewBmp; in ImplMosaic()912 delete pNewBmp; in ImplMosaic()
Completed in 16 milliseconds