NNS_G2dGetMCWorkAreaSize

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>

u32 NNS_G2dGetMCWorkAreaSize
(
    const NNSG2dMultiCellDataBank*       pMultiCellDataBank,
    NNSG2dMCType                         mcType
);

  

Arguments

pMultiCellDataBank [IN] Multicell data bank
mcType [IN] Multicell entity type

Return Values

The work region memory size required to initialize a multicell in the multicell data bank as an entity.

Description

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.

See Also

NNS_G2dInitMCAnimationInstance

Revision History

2005/01/31 Initial version.


CONFIDENTIAL