Lines Matching refs:display
1033 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savele… in ProgressInit() argument
1042 rowBytes = display->rowBytes; in ProgressInit()
1043 pixelShift = display->depth >> 4; in ProgressInit()
1048 screen += ((display->width in ProgressInit()
1050 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()
1086 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1095 pixelShift = display->depth >> 4; in ProgressUpdate()
1100 rowBytes = display->rowBytes; in ProgressUpdate()
1102 screen += ((display->width in ProgressUpdate()
1104 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()
1119 in = display->progressSaveUnder[blob][saveindex[blob]++]; in ProgressUpdate()