Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c47 static u8 *LoadImage(ImageIndex index, u32 *p_size);
70 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() function
312 void *const src = LoadImage(IMAGE_LOGO_CHR, NULL); in OS_ShowAttentionChina()
317 u8 *const src = LoadImage(IMAGE_LOGO_SCR, NULL); in OS_ShowAttentionChina()
335 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina()
364 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina()
368 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina()
375 void *const src = LoadImage(IMAGE_NOTES_SCR, NULL); in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c81 static u8 *LoadImage(ImageIndex index, u32 *p_size);
109 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() function
555 void *const src = LoadImage(IMAGE_LOGO_CHR, NULL); in OS_ShowAttentionChina()
560 u8 *const src = LoadImage(IMAGE_LOGO_SCR, NULL); in OS_ShowAttentionChina()
578 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina()
607 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina()
611 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina()
618 void *const src = LoadImage(IMAGE_NOTES_SCR, NULL); in OS_ShowAttentionChina()