Searched refs:pSave2 (Results 1 – 1 of 1) sorted by relevance
1740 BSaveStruct* pSave2 = (BSaveStruct*)rSaveList.GetObject( i + 1 ); in ResolveBitmapActions() local1741 if ( ( pSave->aBmp.GetPrefSize() == pSave2->aBmp.GetPrefSize() ) && in ResolveBitmapActions()1742 ( pSave->aBmp.GetPrefMapMode() == pSave2->aBmp.GetPrefMapMode() ) ) in ResolveBitmapActions()1750 if ( ( nWinRop == SRCPAINT ) && ( pSave2->nWinRop == SRCAND ) ) in ResolveBitmapActions()1753 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions()1761 else if ( ( nWinRop == SRCAND ) && ( pSave2->nWinRop == SRCPAINT ) ) in ResolveBitmapActions()1764 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions()
Completed in 24 milliseconds