Searched refs:hSubst (Results 1 – 1 of 1) sorted by relevance
300 HANDLE hSubst = rSalBitmap.ImplGethDIB1Subst(); in ImplDrawBitmap() local319 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 14 milliseconds