Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp948 uint32_t rowBytes, pixelShift; in ProgressInit() local
956 pixelShift = display->depth >> 4; in ProgressInit()
957 if (pixelShift < 1) { in ProgressInit()
962 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
974 if (1 == pixelShift) { in ProgressInit()
983 if (1 == pixelShift) { in ProgressInit()
990 out += (1 << pixelShift); in ProgressInit()
992 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1001 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1008 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]