Searched refs:pBmpAcc (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/source/ui/sidebar/ ! |
| H A D | CellBorderUpdater.cxx | 46 BitmapWriteAccess* pBmpAcc = aBmp.AcquireWriteAccess(); in UpdateCellBorder() local 49 if( pBmpAcc ) in UpdateCellBorder() 61 … pBmpAcc->SetLineColor( ::Application::GetSettings().GetStyleSettings().GetFieldTextColor() ) ; in UpdateCellBorder() 62 pBmpAcc->SetFillColor( COL_BLACK); in UpdateCellBorder() 74 pBmpAcc->DrawLine( aTL,aBL ); in UpdateCellBorder() 80 pBmpAcc->DrawLine( aTR,aBR ); in UpdateCellBorder() 86 pBmpAcc->DrawLine( aTL,aTR ); in UpdateCellBorder() 92 pBmpAcc->DrawLine( aBL,aBR ); in UpdateCellBorder() 98 pBmpAcc->DrawLine( aVT,aVB ); in UpdateCellBorder() 104 pBmpAcc->DrawLine( aHL,aHR ); in UpdateCellBorder() [all …]
|
| /AOO41X/main/forms/source/component/ ! |
| H A D | imgprod.cxx | 407 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplInitConsumer() local 409 if( pBmpAcc ) in ImplInitConsumer() 420 if( pBmpAcc->HasPalette() ) in ImplInitConsumer() 422 nPalCount = pBmpAcc->GetPaletteEntryCount(); in ImplInitConsumer() 432 const BitmapColor& rCol = pBmpAcc->GetPaletteColor( (sal_uInt16) i ); in ImplInitConsumer() 467 …ence< ::com::sun::star::awt::XImageConsumer > *) pCons )->init( pBmpAcc->Width(), pBmpAcc->Height(… in ImplInitConsumer() 468 …ference< ::com::sun::star::awt::XImageConsumer > *) pCons )->setColorModel( pBmpAcc->GetBitCount(), in ImplInitConsumer() 476 aBmp.ReleaseAccess( pBmpAcc ); in ImplInitConsumer() 487 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplUpdateConsumer() local 489 if( pBmpAcc ) in ImplUpdateConsumer() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ ! |
| H A D | tbxcolorupdate.cxx | 86 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() 112 pBmpAcc->SetFillColor( maCurColor = aColor ); in Update() 145 pBmpAcc->DrawRect( maUpdRect ); in Update() 166 aBmp.ReleaseAccess( pBmpAcc ); in Update()
|
| /AOO41X/main/vcl/test/ ! |
| H A D | canvasbitmaptest.cxx | 966 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() 993 BitmapReadAccess* pBmpAcc = aBmp.GetBitmap().AcquireReadAccess(); in Paint() local 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() [all …]
|