Lines Matching refs:s32
229 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet()
249 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString()
251 s32 i; in ObjSetString()
254 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
267 void ObjClear(s32 objNo) in ObjClear()
281 void ObjClearRange(s32 start, s32 end) in ObjClearRange()
283 s32 i; in ObjClearRange()
314 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
316 s32 i; in BgPutStringN()
341 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar()
355 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
369 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
390 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
431 s32 i; in BgColorString()
433 s32 index; in BgColorString()