Searched refs:pMskAcc (Results 1 – 3 of 3) sorted by relevance
54 BitmapWriteAccess* pMskAcc; in UpdateCellBorder() local61 pMskAcc = NULL; in UpdateCellBorder()69 if( pMskAcc ) in UpdateCellBorder()77 if( pMskAcc ) in UpdateCellBorder()78 pMskAcc->DrawLine( aTL,aBL ); in UpdateCellBorder()83 if( pMskAcc ) in UpdateCellBorder()89 if( pMskAcc ) in UpdateCellBorder()95 if( pMskAcc ) in UpdateCellBorder()101 if( pMskAcc ) in UpdateCellBorder()107 if( pMskAcc ) in UpdateCellBorder()[all …]
93 BitmapWriteAccess* pMskAcc; in Update() local97 pMskAcc = ( aMsk = aBmpEx.GetAlpha().GetBitmap() ).AcquireWriteAccess(); in Update()99 pMskAcc = ( aMsk = aBmpEx.GetMask() ).AcquireWriteAccess(); in Update()101 pMskAcc = NULL; in Update()159 if( pMskAcc ) in Update()163 pMskAcc->SetLineColor( COL_BLACK ); in Update()164 pMskAcc->SetFillColor( COL_WHITE ); in Update()167 pMskAcc->SetFillColor( COL_BLACK ); in Update()169 pMskAcc->DrawRect( maUpdRect ); in Update()180 if( pMskAcc ) in Update()[all …]
494 BitmapReadAccess* pMskAcc = !!aMask ? aMask.AcquireReadAccess() : NULL; in ImplUpdateConsumer() local504 if( !pMskAcc ) in ImplUpdateConsumer()508 pMskAcc = aMask.AcquireReadAccess(); in ImplUpdateConsumer()517 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer()528 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()550 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()566 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer()579 if( pMskAcc->GetPixel( nY, nX ) != aWhite ) in ImplUpdateConsumer()595 aMask.ReleaseAccess( pMskAcc ); in ImplUpdateConsumer()
Completed in 28 milliseconds