Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h121 void LoadBitmapArray(const char* filename, int* frames, gr_surface** surface);
Dscreen_ui.cpp334 void ScreenRecoveryUI::LoadBitmapArray(const char* filename, int* frames, gr_surface** surface) { in LoadBitmapArray() function in ScreenRecoveryUI
363 LoadBitmapArray("icon_installing", &installing_frames, &installation); in Init()