#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline const NNSG2dUserExCellAttr*
NNS_G2dGetUserExCellAttr
(
const NNSG2dUserExCellAttrBank* pCellAttrBank,
u16 idx
);
pCellAttrBank |
[IN] Cell user extended attribute bank |
idx |
[IN] Cell number |
The cell user extended attribute.
Gets the cell user extended attribute from the cell extended attribute bank by specifying the cell number. Returns NULL
if it could not be obtained. You must convert the data by specifying the -oua option to use the user extended attributes.
None.
2005/09/01 Initial version.
CONFIDENTIAL