Home
last modified time | relevance | path

Searched refs:setHDC (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx120 pVirGraphics->setHDC(hDC); in CreateVirtualDevice()
133 pVDev->setHDC(hDC); in CreateVirtualDevice()
171 setHDC((HDC)NULL); // HDC or 0 for Cache Device in WinSalVirtualDevice()
H A Dsalprn.cxx1447 pGraphics->setHDC(hDC); in ImplCreateSalPrnGraphics()
/trunk/main/vcl/inc/win/
H A Dsalvd.h42 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() function
H A Dsalgdi.h136 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() function
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1119 mpGraphics2->setHDC(0); in GetGraphics()
1132 mpGraphics2->setHDC(hDC); in GetGraphics()
1155 mpGraphics->setHDC(hDC); in GetGraphics()
1193 mpGraphics2->setHDC(0); in ReleaseGraphics()
1735 pThis->mpGraphics2->setHDC(hDC); in ImplSetParentFrame()
1764 pThis->mpGraphics->setHDC( GetDC( hWnd ) ); in ImplSetParentFrame()