Home
last modified time | relevance | path

Searched refs:hDC (Results 26 – 38 of 38) sorted by last modified time

12

/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx719 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_MENU) ); in OnDrawItem()
722 clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem()
727 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_HIGHLIGHT) ); in OnDrawItem()
729 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_MENU) ); in OnDrawItem()
731 hbrOld = (HBRUSH)SelectObject( lpdis->hDC, CreateSolidBrush( GetBkColor( lpdis->hDC ) ) ); in OnDrawItem()
734 …PatBlt(lpdis->hDC, aRect.left, aRect.top, aRect.right-aRect.left, aRect.bottom-aRect.top, PATCOPY); in OnDrawItem()
782 hfntOld = (HFONT) SelectObject(lpdis->hDC, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in OnDrawItem()
791 DeleteObject( SelectObject( lpdis->hDC, hbrOld ) ); in OnDrawItem()
792 DeleteObject( SelectObject( lpdis->hDC, hfntOld) ); in OnDrawItem()
793 SetTextColor(lpdis->hDC, clrPrevText); in OnDrawItem()
[all …]
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h149 HDC hDC, // handle to DC
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.hxx85 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
H A DPreviewCtrl.hxx171 virtual void SAL_CALL onPaint( HWND hWnd, HDC hDC );
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx152 SelectClipRgn(hDC,rgnLast); in DrawDragRect()
153 GetClipBox(hDC,&rect); in DrawDragRect()
162 SelectClipRgn(hDC,rgnUpdate); in DrawDragRect()
164 GetClipBox(hDC,&rect); in DrawDragRect()
171 SelectClipRgn(hDC,NULL); in DrawDragRect()
563 void Tracker::Draw(HDC hDC) const in Draw()
566 SetMapMode(hDC,MM_TEXT); in Draw()
590 SetROP2(hDC,nOldROP); in Draw()
609 SetROP2(hDC,nOldROP); in Draw()
618 SetBkMode(hDC,OPAQUE); in Draw()
[all …]
H A Dsyswinwrapper.cxx56 void DrawShading(LPRECT prc, HDC hDC, UINT cWidth);
402 HDC hDC; in HatchWndProc() local
415 hDC=BeginPaint(hWnd,&ps); in HatchWndProc()
417 phw->m_aTracker.Draw(hDC); in HatchWndProc()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx96 void Draw(HDC hDC) const;
108 HDC hDC, HWND hWnd);
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx127 aSystemGraphicsData.hDC = reinterpret_cast< ::HDC >(hdc); in drawText()
286 aSystemGraphicsData.hDC = reinterpret_cast< ::HDC >(GetDC( NULL )); in queryTextBounds()
H A Ddx_canvas.cxx104 if( !pSysData || !pSysData->hDC ) in initialize()
111 maDeviceHelper.init( pSysData->hDC, in initialize()
117 Gdiplus::Graphics::FromHDC(pSysData->hDC)))); in initialize()
164 if( !pSysData || !pSysData->hDC ) in initialize()
171 maDeviceHelper.init( pSysData->hDC, in initialize()
179 hBmp=(HBITMAP)GetCurrentObject(pSysData->hDC, OBJ_BITMAP); in initialize()
180 if( !hBmp || GetObjectType(pSysData->hDC) != OBJ_MEMDC ) in initialize()
H A Ddx_devicehelper.cxx83 HDC hDC = getHDC(); in getPhysicalResolution() local
84 ENSURE_OR_THROW( hDC, in getPhysicalResolution()
87 const int nHorzRes( GetDeviceCaps( hDC, in getPhysicalResolution()
89 const int nVertRes( GetDeviceCaps( hDC, in getPhysicalResolution()
101 HDC hDC=getHDC(); in getPhysicalSize() local
102 ENSURE_OR_THROW( hDC, in getPhysicalSize()
105 const int nHorzSize( GetDeviceCaps( hDC, in getPhysicalSize()
107 const int nVertSize( GetDeviceCaps( hDC, in getPhysicalSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx121 HDC hDC = CreateCompatibleDC(NULL); in Os2Surface()
123 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Os2Surface()
124 hOrigBitmap = SelectObject( hDC, (HANDLE)rBmpData.pDDB ); in Os2Surface()
128 cairo_win32_surface_create(hDC), in Os2Surface()
H A Dcairo_win32_cairo.cxx82 Win32Surface::Win32Surface( HDC hDC, int x, int y) : in Win32Surface() argument
84 cairo_win32_surface_create(hDC), in Win32Surface()
113 HDC hDC = CreateCompatibleDC(NULL); in Win32Surface() local
115 OSL_TRACE ("Surface::Surface(): Selecting bitmap %p into DC %p", rBmpData.pDDB, hDC); in Win32Surface()
116 hOrigBitmap = SelectObject( hDC, (HANDLE)rBmpData.pDDB ); in Win32Surface()
120 cairo_win32_surface_create(hDC), in Win32Surface()
205 aSystemGraphicsData.hDC = cairo_win32_surface_get_dc( mpSurface.get() ); in createVirtualDevice()
250 if (aSysData.hDC) in createSurface()
251 surf = SurfaceSharedPtr(new Win32Surface((HDC) aSysData.hDC, x, y)); in createSurface()
H A Dcairo_win32_cairo.hxx45 Win32Surface( HDC hDC, int x, int y );

Completed in 66 milliseconds

12