NNS_G2dEntryOamManagerAffine

C Specification

#include <nnsys/g2d/g2d_Oam.h>
u16 NNS_G2dEntryOamManagerAffine( 
        NNSG2dOamManagerInstance*       pMan, 
        const MtxFx22*              mtx );

Arguments

pMan [OUT] OAM manager entity
mtx [IN] Affine parameter matrix

Return Values

The registered affine parameters matrix. If registration fails, the function returns NNS_G2D_OAM_AFFINE_IDX_NONE.

Description

Sets the affine parameters in the OAM manager. The affine index is returned as the return value. The affine management section of the OAM manager must be initialized. If registration fails because there is not enough free space or for some other reason, the function returns NNS_G2D_OAM_AFFINE_IDX_NONE. Use NNS_G2dSetOamManagerAffine when the affine-management part is not used. NNS_G2dEntryNewOamAffine has undergone a name change. This function will remain to preserve compatibility.

See Also

NNS_G2dEntryNewOamAffine, NNS_G2dSetOamManagerAffine

Revision History

08/02/2004 Renamed function.
05/28/2004 Initial version.