Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/main/
H A DmainFrame.c218 if ( p->pSave2 ) Aig_ManStop( (Aig_Man_t *)p->pSave2 ); in Abc_FrameDeallocate()
695 if ( pFrame->pSave2 ) in Abc_FrameSetSave2()
696 Aig_ManStop( (Aig_Man_t *)pFrame->pSave2 ); in Abc_FrameSetSave2()
697 pFrame->pSave2 = pAig; in Abc_FrameSetSave2()
712 …ReadSave2() { void * pAig = Abc_FrameGetGlobalFrame()->pSave2; Abc_FrameGetGlobalFrame()->pSave2 in Abc_FrameReadSave2()
H A DmainInt.h137 void * pSave2; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Dmtftools.cxx1701 BSaveStruct* pSave2 = rSaveList[i + 1].get(); in ResolveBitmapActions() local
1702 if ( ( pSave->aBmpEx.GetPrefSize() == pSave2->aBmpEx.GetPrefSize() ) && in ResolveBitmapActions()
1703 … ( pSave->aBmpEx.GetPrefMapMode() == pSave2->aBmpEx.GetPrefMapMode() ) ) in ResolveBitmapActions()
1711 if ( ( nWinRop == SRCPAINT ) && ( pSave2->nWinRop == SRCAND ) ) in ResolveBitmapActions()
1714 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions()
1722 else if ( ( nWinRop == SRCAND ) && ( pSave2->nWinRop == SRCPAINT ) ) in ResolveBitmapActions()
1725 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions()
1731 … else if ( ( nWinRop == SRCAND ) && ( pSave2->nWinRop == SRCINVERT ) ) in ResolveBitmapActions()
1734 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dmtftools.cxx1999 BSaveStruct* pSave2 = rSaveList[i + 1].get(); in ResolveBitmapActions() local
2000 if ( ( pSave->aBmpEx.GetPrefSize() == pSave2->aBmpEx.GetPrefSize() ) && in ResolveBitmapActions()
2001 … ( pSave->aBmpEx.GetPrefMapMode() == pSave2->aBmpEx.GetPrefMapMode() ) ) in ResolveBitmapActions()
2009 if ( ( nWinRop == SRCPAINT ) && ( pSave2->nWinRop == SRCAND ) ) in ResolveBitmapActions()
2012 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions()
2020 else if ( ( nWinRop == SRCAND ) && ( pSave2->nWinRop == SRCPAINT ) ) in ResolveBitmapActions()
2023 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), rMask ); in ResolveBitmapActions()
2029 … else if ( ( nWinRop == SRCAND ) && ( pSave2->nWinRop == SRCINVERT ) ) in ResolveBitmapActions()
2032 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), rMask ); in ResolveBitmapActions()