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

  /bootable/recovery/
screen_ui.h 64 gr_surface *installationOverlay;
screen_ui.cpp 99 if (installationOverlay == NULL || overlay_offset_x < 0) return;
100 gr_surface surface = installationOverlay[frame];
383 installationOverlay = (gr_surface*)malloc(installing_frames *
390 LoadBitmap(filename, installationOverlay+i);
393 installationOverlay = NULL;

Completed in 576 milliseconds