#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline BOOL NNS_G2dCellHasBR( const NNSG2dCellData* pCell );
pCell | [IN] Cell data |
Returns a value to indicate whether the cell has the bounding rectangle (s16 format) information. A value of TRUE is returned if the cell has the bounding rectangle.
This function determines whether the cell has the bounding rectangle. If it has the bounding rectangle information, it returns a value of TRUE. When this function returns a value of TRUE, the following cast is enabled:
NNSG2dCellDataWithBR* pBR = ( NNSG2dCellDataWithBR* )pCell;
To create a cell data that has the bounding rectangle information, specify the -br option and perform the conversion. 2004/10/12 Initial version.
CONFIDENTIAL