Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp949 uint32_t rowBytes, pixelShift; in ProgressInit() local
957 pixelShift = display->depth >> 4; in ProgressInit()
958 if (pixelShift < 1) { in ProgressInit()
963 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
975 if (1 == pixelShift) { in ProgressInit()
984 if (1 == pixelShift) { in ProgressInit()
991 out += (1 << pixelShift); in ProgressInit()
993 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1002 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1009 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]