Searched refs:screen (Results 1 – 2 of 2) sorted by relevance
1000 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savele… in ProgressInit() argument1015 screen += ((display->width in ProgressInit()1020 out = screen + y * rowBytes; in ProgressInit()1053 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument1069 screen += ((display->width in ProgressUpdate()1075 screen += (firstBlob * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << pixelShift; in ProgressUpdate()1078 out = screen + y * rowBytes; in ProgressUpdate()
367 …* Functions beginning with "Show" (eg. ShowZTrace()) mean they will print data on screen and may …