Home
last modified time | relevance | path

Searched refs:hDrawDDB (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx284 HBITMAP hDrawDDB = rSalBitmap.ImplGethDDB(); in ImplDrawBitmap() local
286 PM_BOOL bPrintDDB = ( bPrinter && hDrawDDB ); in ImplDrawBitmap()
287 PM_BOOL bDrawDDB1 = ( ( rSalBitmap.GetBitCount() == 1 ) && hDrawDDB ); in ImplDrawBitmap()
399 else if( hDrawDDB && !bPrintDDB ) in ImplDrawBitmap()
413 GpiWCBitBlt( hPS, hDrawDDB, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx351 HBITMAP hDrawDDB = rSalBitmap.ImplGethDDB(); in ImplDrawBitmap() local
353 sal_Bool bPrintDDB = ( bPrinter && hDrawDDB ); in ImplDrawBitmap()
382 else if( hDrawDDB && !bPrintDDB ) in ImplDrawBitmap()
384 HDC hBmpDC = ImplGetCachedDC( CACHED_HDC_DRAW, hDrawDDB ); in ImplDrawBitmap()

Completed in 51 milliseconds