NNS_G2dEntryNewOamWithAffineIdxEx

Syntax

#include <nnsys/g2d/g2d_OAMEx.h>
BOOL NNS_G2dEntryNewOamWithAffineIdxEx( 
                                    NNSG2dOamManagerInstanceEx*     pMan, 
                                    const GXOamAttr*                pOam, 
                                    u8                              priority, 
                                    u16                             affineIdx );
  

Arguments

pMan [OUT] Extended OAM manager entity
pOam [IN] OAM attribute
priority [IN] Drawing priority
affineIdx [IN] Affine index

Return Values

Success or failure of registration.

Description

Specifies the order of registration of OBJs in the extended OAM Manager when rendering, and registers the OBJs. This function specifies the affine index.
The name of this function has changed to NNS_G2dEntryOamManExOamWithAffineIdx. This function will remain with a separate name to maintain compatibility.

See Also

NNS_G2dEntryOamManExOamWithAffineIdx
NNS_G2dEntryOamManExOam

Revision History

2004/08/02 Renamed function.
2004/06/22 Initial version.


CONFIDENTIAL