Home
last modified time | relevance | path

Searched refs:hBrush (Results 1 – 7 of 7) sorted by path

/aoo41x/main/embedserv/source/embed/
H A Dtracker.cxx105 HBRUSH hBrush = NULL,HBRUSH hBrushLast = NULL) in DrawDragRect() argument
119 if (hBrush == NULL) in DrawDragRect()
120 hBrush = HalftoneBrush(); in DrawDragRect()
122 hBrushLast = hBrush; in DrawDragRect()
143 if (hBrush == hBrushLast) in DrawDragRect()
149 if (hBrush != hBrushLast && lpRectLast != NULL) in DrawDragRect()
165 hBrushOld = (HBRUSH) SelectObject(hDC,(HGDIOBJ) hBrush); in DrawDragRect()
/aoo41x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1245 HBRUSH hBrush = (HBRUSH)::GetStockObject(GRAY_BRUSH);
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx322 HGDIOBJ hBrush; in onPaint() local
328 hBrush = CreateSolidBrush( GetSysColor( COLOR_INFOBK ) ); in onPaint()
329 oldBrush = SelectObject( hdc, hBrush ); in onPaint()
343 DeleteObject( hBrush ); in onPaint()
348 hBrush = CreateSolidBrush( GetSysColor( COLOR_INFOBK ) ); in onPaint()
349 oldBrush = SelectObject( hdc, hBrush ); in onPaint()
363 DeleteObject( hBrush ); in onPaint()
/aoo41x/main/vcl/inc/win/
H A Dwincomp.hxx52 inline HBRUSH SelectBrush( HDC hDC, HBRUSH hBrush ) in SelectBrush() argument
54 return (HBRUSH)SelectObject( hDC, (HGDIOBJ)hBrush ); in SelectBrush()
57 inline void DeleteBrush( HBRUSH hBrush ) in DeleteBrush() argument
59 DeleteObject( (HGDIOBJ)hBrush ); in DeleteBrush()
167 inline HBRUSH SetClassBrush( HWND hWnd, HBRUSH hBrush ) in SetClassBrush() argument
169 return (HBRUSH)SetClassLong( hWnd, GCL_HBRBACKGROUND, (DWORD)hBrush ); in SetClassBrush()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1320 HBRUSH hBrush = CreateSolidBrush( mnPenColor ); in drawPixel() local
1321 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawPixel()
1324 DeleteBrush( hBrush ); in drawPixel()
1345 HBRUSH hBrush = CreateSolidBrush( nCol ); in drawPixel() local
1346 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawPixel()
1349 DeleteBrush( hBrush ); in drawPixel()
1386 HBRUSH hBrush = CreateSolidBrush( mnPenColor ); in drawLine() local
1387 HBRUSH hOldBrush = SelectBrush( getHDC(), hBrush ); in drawLine()
1390 DeleteBrush( hBrush ); in drawLine()
H A Dsalgdi2.cxx784 HBRUSH hBrush; in invert() local
804 hBrush = pSalData->mh50Brush; in invert()
807 hBrush = GetStockBrush( BLACK_BRUSH ); in invert()
811 hOldBrush = SelectBrush( getHDC(), hBrush ); in invert()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1684 HBRUSH hBrush = NULL; in ImplSetParentFrame() local
1698 hBrush = (HBRUSH) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_BRUSH); in ImplSetParentFrame()
1752 if( hBrush ) in ImplSetParentFrame()
1753 SelectObject( hDC, hBrush ); in ImplSetParentFrame()

Completed in 57 milliseconds