NNS_G2dEntryOamAffine

Syntax

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

Arguments

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

Return Values

None.

Description

Sets affine parameters in the OAM Manager with the specified index. This function is usable only if the affine parameter manager of the OAM manager entity has been initialized. When the affine parameter is not managed, use NNS_G2dSetOamManagerAffine.
The name of this function has changed to NNS_G2dEntryOamManagerAffine. To maintain compatibility with past versions, this function has been kept under a different name.

See Also

NNS_G2dApplyOamManagerToHW
NNS_G2dEntryOamManagerAffine

Revision History

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


CONFIDENTIAL