Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp953 uint32_t rowBytes, pixelShift; in ProgressInit() local
961 pixelShift = display->depth >> 4; in ProgressInit()
962 if (pixelShift < 1) { in ProgressInit()
967 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
979 if (1 == pixelShift) { in ProgressInit()
988 if (1 == pixelShift) { in ProgressInit()
995 out += (1 << pixelShift); in ProgressInit()
997 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1006 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1013 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]