Lines Matching refs:display
951 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savele… in ProgressInit() argument
960 rowBytes = display->rowBytes; in ProgressInit()
961 pixelShift = display->depth >> 4; in ProgressInit()
966 screen += ((display->width in ProgressInit()
968 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()
1004 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1013 pixelShift = display->depth >> 4; in ProgressUpdate()
1018 rowBytes = display->rowBytes; in ProgressUpdate()
1020 screen += ((display->width in ProgressUpdate()
1022 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()
1037 in = display->progressSaveUnder[blob][saveindex[blob]++]; in ProgressUpdate()