NNS_G2dCellHasBR

Syntax

#include <nnsys/g2d/fmt/g2d_Cell_data.h>

    static inline BOOL NNS_G2dCellHasBR( const NNSG2dCellData* pCell );
  

Arguments

pCell [IN] Cell data

Return Values

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.

Description

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.

See Also

NNS_G2dGetCellBoundingRect

Revision History

2004/10/12 Initial version.


CONFIDENTIAL