Home
last modified time | relevance | path

Searched refs:GXOamShape (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/include/nitro/gx/
Dg2_oam.h201 GXOamShape; typedef
308 static void G2_SetOBJShape(GXOamAttr *oam, GXOamShape shape);
319 GXOamShape shape,
526 static inline void G2_SetOBJShape(GXOamAttr *oam, GXOamShape shape) in G2_SetOBJShape()
543 static inline GXOamShape G2_GetOBJShape(const GXOamAttr *oam) in G2_GetOBJShape()
547 return (GXOamShape)(oam->attr01 & (GX_OAM_ATTR01_SHAPE_MASK | GX_OAM_ATTR01_SIZE_MASK)); in G2_GetOBJShape()
674 GXOamShape shape, in G2_SetOBJAttr()