Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx300 HANDLE hSubst = rSalBitmap.ImplGethDIB1Subst(); in ImplDrawBitmap() local
319 if( ( pBIH->cBitCount == 1 ) && !hSubst ) in ImplDrawBitmap()
322 hSubst = Os2SalBitmap::ImplCreateDIB4FromDIB1( hDrawDIB ); in ImplDrawBitmap()
326 ( (Os2SalBitmap&) rSalBitmap ).ImplReplacehDIB1Subst( hSubst ); in ImplDrawBitmap()
329 if( hSubst ) in ImplDrawBitmap()
331 pBI = (BITMAPINFO2*) hSubst; in ImplDrawBitmap()
333 nInfoSize = *(ULONG*) pBI + rSalBitmap.ImplGetDIBColorCount( hSubst ) * sizeof( RGB2 ); in ImplDrawBitmap()

Completed in 16 milliseconds