Searched refs:pMskAcc (Results 1 – 3 of 3) sorted by relevance
59 pMskAcc = NULL; in UpdateCellBorder()67 if( pMskAcc ) in UpdateCellBorder()75 if( pMskAcc ) in UpdateCellBorder()76 pMskAcc->DrawLine( aTL,aBL ); in UpdateCellBorder()81 if( pMskAcc ) in UpdateCellBorder()82 pMskAcc->DrawLine( aTR,aBR ); in UpdateCellBorder()87 if( pMskAcc ) in UpdateCellBorder()93 if( pMskAcc ) in UpdateCellBorder()99 if( pMskAcc ) in UpdateCellBorder()105 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()147 if( pMskAcc ) in Update()151 pMskAcc->SetLineColor( COL_BLACK ); in Update()152 pMskAcc->SetFillColor( COL_WHITE ); in Update()155 pMskAcc->SetFillColor( COL_BLACK ); in Update()157 pMskAcc->DrawRect( maUpdRect ); in Update()168 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 19 milliseconds