Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateIO.cpp954 uint32_t rowBytes, pixelShift; in ProgressInit() local
962 pixelShift = display->depth >> 4; in ProgressInit()
963 if (pixelShift < 1) { in ProgressInit()
968 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
980 if (1 == pixelShift) { in ProgressInit()
989 if (1 == pixelShift) { in ProgressInit()
996 out += (1 << pixelShift); in ProgressInit()
998 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1007 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1014 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]