Searched refs:hScreenDC (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.cxx | 102 HDC hScreenDC=GetDC(NULL); in getFastPropertyValue() local 104 HBITMAP hBmpBitmap = CreateCompatibleBitmap( hScreenDC, in getFastPropertyValue() 145 …SetDIBits( hScreenDC, hBmpBitmap, 0, aSize.getY(), aBmpData.Scan0, (PBITMAPINFO)&aBIH, DIB_RGB_COL… in getFastPropertyValue() 182 HDC hScreenDC=GetDC(NULL); in getFastPropertyValue() local 184 … HBITMAP hBmpBitmap = CreateCompatibleBitmap( hScreenDC, aSize.getX(), aSize.getY() ); in getFastPropertyValue() 236 SetDIBits( hScreenDC, hBmpBitmap, 0, in getFastPropertyValue()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvasbitmap.cxx | 54 HDC hScreenDC=GetDC(NULL); in surface2HBitmap() local 55 HBITMAP hBmpBitmap = CreateCompatibleBitmap( hScreenDC, in surface2HBitmap()
|
Completed in 15 milliseconds