#include <nnsys/g2d/g2d_MultiCellAnimation.h>
u32 NNS_G2dGetMCWorkAreaSize
(
const NNSG2dMultiCellDataBank* pMultiCellDataBank,
NNSG2dMCType mcType
);
pMultiCellDataBank | [IN] Multicell data bank |
mcType | [IN] Multicell entity type |
The work region memory size required to initialize a multicell in the multicell data bank as an entity.
Gets the work region memory size required to initialize a multicell in the multicell data bank as an entity. This function is used in obtaining the size of the work region that is passed as an argument to the NNS_G2dInitMCAnimationInstance
function.
NNS_G2dInitMCAnimationInstance
2005/01/31 Initial version.
CONFIDENTIAL