Home
last modified time | relevance | path

Searched refs:pBmpAcc (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx48 BitmapWriteAccess* pBmpAcc = aBmp.AcquireWriteAccess(); in UpdateCellBorder() local
51 if( pBmpAcc ) in UpdateCellBorder()
63 pBmpAcc->SetLineColor( ::Application::GetSettings().GetStyleSettings().GetFieldTextColor() ) ; in UpdateCellBorder()
64 pBmpAcc->SetFillColor( COL_BLACK); in UpdateCellBorder()
76 pBmpAcc->DrawLine( aTL,aBL ); in UpdateCellBorder()
82 pBmpAcc->DrawLine( aTR,aBR ); in UpdateCellBorder()
88 pBmpAcc->DrawLine( aTL,aTR ); in UpdateCellBorder()
94 pBmpAcc->DrawLine( aBL,aBR ); in UpdateCellBorder()
100 pBmpAcc->DrawLine( aVT,aVB ); in UpdateCellBorder()
106 pBmpAcc->DrawLine( aHL,aHR ); in UpdateCellBorder()
[all …]
/trunk/main/forms/source/component/
H A Dimgprod.cxx407 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplInitConsumer() local
409 if( pBmpAcc ) in ImplInitConsumer()
420 if( pBmpAcc->HasPalette() ) in ImplInitConsumer()
422 nPalCount = pBmpAcc->GetPaletteEntryCount(); in ImplInitConsumer()
467 …ence< ::com::sun::star::awt::XImageConsumer > *) pCons )->init( pBmpAcc->Width(), pBmpAcc->Height(… in ImplInitConsumer()
476 aBmp.ReleaseAccess( pBmpAcc ); in ImplInitConsumer()
489 if( pBmpAcc ) in ImplUpdateConsumer()
495 const long nWidth = pBmpAcc->Width(); in ImplUpdateConsumer()
496 const long nHeight = pBmpAcc->Height(); in ImplUpdateConsumer()
515 if( pBmpAcc->HasPalette() ) in ImplUpdateConsumer()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx86 BitmapWriteAccess* pBmpAcc = aBmp.IsEmpty() ? NULL : aBmp.AcquireWriteAccess(); in Update() local
90 if( pBmpAcc ) in Update()
106 pBmpAcc->SetLineColor( aColor ); in Update()
108 pBmpAcc->SetLineColor( Color( COL_WHITE ) ); in Update()
110 pBmpAcc->SetLineColor( Color( COL_BLACK ) ); in Update()
119 pBmpAcc->SetFillColor(); in Update()
123 pBmpAcc->SetFillColor(maCurColor); in Update()
157 pBmpAcc->DrawRect( maUpdRect ); in Update()
178 aBmp.ReleaseAccess( pBmpAcc ); in Update()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx966 BitmapReadAccess* pBmpAcc = aBmp.GetBitmap().AcquireReadAccess(); in Paint() local
968 test( pBmpAcc, in Paint()
971 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0), in Paint()
973 test(pBmpAcc->GetPixel(2,2) == BitmapColor(2), in Paint()
975 test(pBmpAcc->GetPixel(2,9) == BitmapColor(9), in Paint()
978 aBmp.GetBitmap().ReleaseAccess(pBmpAcc); in Paint()
996 test( pBmpAcc, in Paint()
1001 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0,1,0), in Paint()
1005 test(pBmpAcc->GetPixel(2,2) == BitmapColor(0,3,2), in Paint()
1009 test(pBmpAcc->GetPixel(2,9) == BitmapColor(0,3,9), in Paint()
[all …]

Completed in 27 milliseconds