Searched refs:LoadImage (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.3.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.3.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 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()
|