HomeSort by relevance Sort by last modified time
    Searched refs:installationOverlay (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 71 gr_surface *installationOverlay;
screen_ui.cpp 101 if (installationOverlay == NULL || overlay_offset_x < 0) return;
102 gr_surface surface = installationOverlay[frame];
422 installationOverlay = (gr_surface*)malloc(installing_frames *
429 LoadBitmap(filename, installationOverlay+i);
432 installationOverlay = NULL;

Completed in 37 milliseconds