Searched refs:pBmpAction (Results 1 – 2 of 2) sorted by relevance
2221 ActionSharedPtr pBmpAction( in createActions() local2229 if( pBmpAction ) in createActions()2233 pBmpAction, in createActions()2236 io_rCurrActionIndex += pBmpAction->getActionCount()-1; in createActions()2245 ActionSharedPtr pBmpAction( in createActions() local2255 if( pBmpAction ) in createActions()2259 pBmpAction, in createActions()2262 io_rCurrActionIndex += pBmpAction->getActionCount()-1; in createActions()2278 ActionSharedPtr pBmpAction( in createActions() local2288 if( pBmpAction ) in createActions()[all …]
233 … MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile() local234 if( pBmpAction ) in InsertMetaFile()235 aGraphic = Graphic( pBmpAction->GetBitmap() ); in InsertMetaFile()