Home
last modified time | relevance | path

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

/TwlSDK-5.2.3/build/libraries/os/ARM9/src/
Dos_china.c86 static u8* LoadImage(ImageIndex index, u32 *p_size);
114 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() function
590 void *const src = LoadImage(IMAGE_LOGO_CHR, NULL); in OS_ShowAttentionChina()
595 u16 *src = (u16*)LoadImage(IMAGE_LOGO_SCR, NULL); in OS_ShowAttentionChina()
615 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina()
643 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina()
646 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina()
653 void *const src = LoadImage(IMAGE_NOTES_SCR, &size); in OS_ShowAttentionChina()