Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/os/tick-1/src/
Dmain.c23 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo);
113 ObjSet(0, 50, 100, ObjChar(hi, 28), 2); in NitroMain()
114 ObjSet(1, 60, 100, ObjChar(hi, 24), 2); in NitroMain()
115 ObjSet(2, 70, 100, ObjChar(hi, 20), 2); in NitroMain()
116 ObjSet(3, 80, 100, ObjChar(hi, 16), 2); in NitroMain()
117 ObjSet(4, 90, 100, ObjChar(hi, 12), 2); in NitroMain()
118 ObjSet(5, 100, 100, ObjChar(hi, 8), 2); in NitroMain()
119 ObjSet(6, 110, 100, ObjChar(hi, 4), 2); in NitroMain()
120 ObjSet(7, 120, 100, ObjChar(hi, 0), 2); in NitroMain()
122 ObjSet(8, 140, 100, ObjChar(low, 28), 2); in NitroMain()
[all …]
/TwlSDK-5.3.1/build/demos/os/sleep-1/src/
Dmain.c23 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo);
135 ObjSet(0, 50, 100, ObjChar(count1, 28), 2); in NitroMain()
136 ObjSet(1, 60, 100, ObjChar(count1, 24), 2); in NitroMain()
137 ObjSet(2, 70, 100, ObjChar(count1, 20), 2); in NitroMain()
138 ObjSet(3, 80, 100, ObjChar(count1, 16), 2); in NitroMain()
139 ObjSet(4, 90, 100, ObjChar(count1, 12), 2); in NitroMain()
140 ObjSet(5, 100, 100, ObjChar(count1, 8), 2); in NitroMain()
141 ObjSet(6, 110, 100, ObjChar(count1, 4), 2); in NitroMain()
142 ObjSet(7, 120, 100, ObjChar(count1, 0), 2); in NitroMain()
144 ObjSet(8, 140, 100, ObjChar(count2, 28), 2); in NitroMain()
[all …]
/TwlSDK-5.3.1/build/demos/wm/wmPadRead-child/src/
Dmain.c106 static void ObjSet(int objNo, int x, int y, int charNo, int paletteNo);
321 ObjSet(0, 100, 80, 'C', 4); in DoConnect()
322 ObjSet(1, 110, 80, 'O', 4); in DoConnect()
323 ObjSet(2, 120, 80, 'N', 4); in DoConnect()
324 ObjSet(3, 130, 80, 'N', 4); in DoConnect()
325 ObjSet(4, 140, 80, 'E', 4); in DoConnect()
326 ObjSet(5, 150, 80, 'C', 4); in DoConnect()
327 ObjSet(6, 160, 80, 'T', 4); in DoConnect()
461 ObjSet(0, 200, 90, 'A', (keyData & PAD_BUTTON_A) ? 1 : 2); in DoPadSharing()
462 ObjSet(1, 180, 95, 'B', (keyData & PAD_BUTTON_B) ? 1 : 2); in DoPadSharing()
[all …]
/TwlSDK-5.3.1/build/demos/os/mutex-1/src/
Dmain.c20 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo);
125 ObjSet(0, 180, 95, 'A', (keyData & PAD_BUTTON_A) ? 1 : 2); in NitroMain()
132 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo) in ObjSet() function
/TwlSDK-5.3.1/build/demos/mb/multiboot-Model/common/src/
Ddisp.c226 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet() function
251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
266 ObjSet(objNo, 256 * 8, 192 * 8, 0, 0); in ObjClear()
/TwlSDK-5.3.1/build/demos/mb/cloneboot/src/
Ddisp.c226 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet() function
251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
266 ObjSet(objNo, 256 * 8, 192 * 8, 0, 0); in ObjClear()
/TwlSDK-5.3.1/build/demos/mb/fake_child/common/src/
Ddisp.c229 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet() function
254 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
269 ObjSet(objNo, 256 * 8, 192 * 8, 0, 0); in ObjClear()
/TwlSDK-5.3.1/build/demos/wvr/with_mb/common/src/
Ddisp.c226 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo) in ObjSet() function
251 ObjSet(startobjNo + i, x + i * 8, y, (s32)string[i], paletteNo); in ObjSetString()
266 ObjSet(objNo, 256 * 8, 192 * 8, 0, 0); in ObjClear()
/TwlSDK-5.3.1/build/demos/mb/multiboot/src/
Ddispfunc.c39 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo) in ObjSet() function
56 ObjSet(startobjNo + i, x + i * 8, y, (int)string[i], paletteNo); in ObjSetString()
63 ObjSet(objNo, 256 * 8, 192 * 8, 0, 0); in ObjClear()
/TwlSDK-5.3.1/build/demos/mb/multiboot-Model/common/include/
Ddisp.h72 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo);
/TwlSDK-5.3.1/build/demos/wvr/with_mb/common/include/
Ddisp.h69 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo);
/TwlSDK-5.3.1/build/demos/mb/fake_child/common/include/
Ddisp.h72 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo);
/TwlSDK-5.3.1/build/demos/mb/cloneboot/include/
Ddisp.h68 void ObjSet(s32 objNo, s32 x, s32 y, s32 charNo, s32 paletteNo);
/TwlSDK-5.3.1/build/demos/mb/multiboot/include/
Ddispfunc.h61 void ObjSet(int objNo, int x, int y, int charNo, int paletteNo);