Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h136 void LoadBitmapArray(const char* filename, int* frames, GRSurface*** surface);
Dscreen_ui.cpp368 void ScreenRecoveryUI::LoadBitmapArray(const char* filename, int* frames, GRSurface*** surface) { in LoadBitmapArray() function in ScreenRecoveryUI
406 LoadBitmapArray("icon_installing", &installing_frames, &installation); in Init()