Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-bound-box.c89 static void DrawBoundingBox ( MyBoundingBox bb );
362 static void DrawBoundingBox( MyBoundingBox bb ) in DrawBoundingBox() argument
381 x0 = (s16)bb[0]; in DrawBoundingBox()
382 y0 = (s16)bb[1]; in DrawBoundingBox()
383 x1 = (s16)bb[2]; in DrawBoundingBox()
384 y1 = (s16)bb[3]; in DrawBoundingBox()
/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c586 u16 bt, bb, br, bl; in CheckMissingObj() local
591 GXReadBoundingBox(&bl, &bt, &br, &bb); in CheckMissingObj()