Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOHibernateIO.cpp1002 uint32_t rowBytes, pixelShift; in ProgressInit() local
1010 pixelShift = display->depth >> 4; in ProgressInit()
1011 if (pixelShift < 1) { in ProgressInit()
1016 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
1028 if (1 == pixelShift) { in ProgressInit()
1037 if (1 == pixelShift) { in ProgressInit()
1044 out += (1 << pixelShift); in ProgressInit()
1046 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1055 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1062 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]