Searched refs:SetBkColor (Results 1 – 9 of 9) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 391 nOldBkColor = SetBkColor( hDC, RGB( 0xFF, 0xFF, 0xFF ) ); in ImplDrawBitmap() 422 SetBkColor( hDC, nOldBkColor ); in ImplDrawBitmap() 485 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 489 SetBkColor( hSrcDC, aOldCol ); in drawBitmap() 499 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 503 SetBkColor( hSrcDC, aOldCol ); in drawBitmap()
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | helppopupwindow.cxx | 373 oldBkColor = SetBkColor( hdc, GetSysColor( COLOR_INFOBK ) ); in onPaint() 392 SetBkColor( hdc, oldBkColor ); in onPaint() 397 oldBkColor = SetBkColor( hdc, RGB( 0, 0, 0 ) ); in onPaint() 425 SetBkColor( hdc, oldBkColor ); in onPaint()
|
/trunk/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 719 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_MENU) ); in OnDrawItem() 727 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_HIGHLIGHT) ); in OnDrawItem() 729 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_MENU) ); in OnDrawItem() 794 SetBkColor(lpdis->hDC, clrPrevBkgnd); in OnDrawItem()
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch.mingw | 152 // return ::SetBkColor(hdc, PALETTERGB(GetRValue(clr), GetGValue(clr), GetBValue(clr)));
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 630 void SetBkColor( const Color& rColor );
|
H A D | winwmf.cxx | 161 pOut->SetBkColor( ReadColor() ); in ReadRecordParams()
|
H A D | enhwmf.cxx | 529 pOut->SetBkColor( ReadColor() ); in ReadEnhWMF()
|
H A D | winmtf.cxx | 720 void WinMtfOutput::SetBkColor( const Color& rColor ) in SetBkColor() function in WinMtfOutput
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4936 clrPrevBkgnd = SetBkColor( pDI->hDC, GetSysColor( COLOR_MENU ) ); in ImplDrawItem() 4945 clrPrevBkgnd = SetBkColor( pDI->hDC, colBackground ); in ImplDrawItem() 4947 clrPrevBkgnd = SetBkColor( pDI->hDC, colBackground ); in ImplDrawItem() 5061 SetBkColor(pDI->hDC, clrPrevBkgnd); in ImplDrawItem()
|
Completed in 64 milliseconds