#include <nnsys/g2d/g2d_OAMEx.h>
u16 NNS_G2dEntryNewAffineParamsEx(
NNSG2dOamManagerInstanceEx* pMan,
const MtxFx22* mtx );
pMan |
[OUT] Extended OAM manager entity |
| mtx | [IN] Affine matrix |
The registered affine index
Registers the affine matrix in the extended OAM manager. The name of this function has changed to NNS_G2dEntryOamManExAffine. In order to maintain compatibility, the previous function was kept under a different name.
08/02/2004 Renamed function
06/22/2004 Initial version.