Searched refs:LoadImage (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.2.1/build/demos/os/forChina-fs/src/ |
| D | os_china_override.c | 46 static u8 *LoadImage(ImageIndex index, u32 *p_size); 69 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() function 331 void *const src = LoadImage(IMAGE_LOGO_CHR, NULL); in OS_ShowAttentionChina() 336 u16 *src = (u16*)LoadImage(IMAGE_LOGO_SCR, NULL); in OS_ShowAttentionChina() 356 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina() 384 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina() 387 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina() 394 void *const src = LoadImage(IMAGE_NOTES_SCR, &size); in OS_ShowAttentionChina()
|
| /TwlSDK-5.2.1/build/libraries/os/ARM9/src/ |
| D | os_china.c | 86 static u8* LoadImage(ImageIndex index, u32 *p_size); 114 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() function 598 void *const src = LoadImage(IMAGE_LOGO_CHR, NULL); in OS_ShowAttentionChina() 603 u16 *src = (u16*)LoadImage(IMAGE_LOGO_SCR, NULL); in OS_ShowAttentionChina() 623 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina() 651 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina() 654 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina() 661 void *const src = LoadImage(IMAGE_NOTES_SCR, &size); in OS_ShowAttentionChina()
|