Searched refs:mTempInfo (Results 1 – 2 of 2) sorted by relevance
85 mTempInfo = *info; in BEGIN_MESSAGE_MAP()89 GX_SPRITE_FRAME *old_frames = mTempInfo.ewi.sprite.framelist; in BEGIN_MESSAGE_MAP()90 mTempInfo.ewi.sprite.framelist = new GX_SPRITE_FRAME[MAX_SPRITE_FRAMES]; in BEGIN_MESSAGE_MAP()91 memset(mTempInfo.ewi.sprite.framelist, 0, MAX_SPRITE_FRAMES * sizeof(GX_SPRITE_FRAME)); in BEGIN_MESSAGE_MAP()93 for (index = 0; index < mTempInfo.ewi.sprite.frame_count; index++) in BEGIN_MESSAGE_MAP()95 mTempInfo.ewi.sprite.framelist[index] = old_frames[index]; in BEGIN_MESSAGE_MAP()97 if (mTempInfo.ewi.sprite.frame_count == 0) in BEGIN_MESSAGE_MAP()99 mTempInfo.ewi.sprite.frame_count = 1; in BEGIN_MESSAGE_MAP()119 mpInfo->ewi.sprite.framelist = mTempInfo.ewi.sprite.framelist; in OnOK()120 mTempInfo.ewi.sprite.framelist = NULL; in OnOK()[all …]
35 widget_info mTempInfo; variable