Home
last modified time | relevance | path

Searched refs:firstBlob (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateIO.cpp1005 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1027 screen += (firstBlob * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << pixelShift; in ProgressUpdate()
1031 for (blob = firstBlob; blob <= lastBlob; blob++) { in ProgressUpdate()