Searched refs:bb (Results 1 – 2 of 2) sorted by relevance
89 static void DrawBoundingBox ( MyBoundingBox bb );362 static void DrawBoundingBox( MyBoundingBox bb ) in DrawBoundingBox() argument381 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()
586 u16 bt, bb, br, bl; in CheckMissingObj() local591 GXReadBoundingBox(&bl, &bt, &br, &bb); in CheckMissingObj()