Lines Matching refs:display
946 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savele… in ProgressInit() argument
955 rowBytes = display->rowBytes; in ProgressInit()
956 pixelShift = display->depth >> 4; in ProgressInit()
961 screen += ((display->width in ProgressInit()
963 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()
999 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1008 pixelShift = display->depth >> 4; in ProgressUpdate()
1013 rowBytes = display->rowBytes; in ProgressUpdate()
1015 screen += ((display->width in ProgressUpdate()
1017 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()
1032 in = display->progressSaveUnder[blob][saveindex[blob]++]; in ProgressUpdate()