Lines Matching refs:s32
226 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet()
246 void ObjSetString(s32 startobjNo, s32 x, s32 y, const char *string, s32 paletteNo) in ObjSetString()
248 s32 i; in ObjSetString()
251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
264 void ObjClear(s32 objNo) in ObjClear()
278 void ObjClearRange(s32 start, s32 end) in ObjClearRange()
280 s32 i; in ObjClearRange()
311 void BgPutStringN(s32 x, s32 y, s32 palette, const char *text, s32 num) in BgPutStringN()
313 s32 i; in BgPutStringN()
338 void BgPutChar(s32 x, s32 y, s32 palette, s8 c) in BgPutChar()
352 void BgPutString(s32 x, s32 y, s32 palette, const char *text) in BgPutString()
366 void BgPrintStr(s32 x, s32 y, s32 palette, const char *text, ...) in BgPrintStr()
387 void BgSetMessage(s32 palette, const char *text, ...) in BgSetMessage()
428 s32 i; in BgColorString()
430 s32 index; in BgColorString()