Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp1035 uint32_t rowBytes, pixelShift; in ProgressInit() local
1043 pixelShift = display->depth >> 4; in ProgressInit()
1044 if (pixelShift < 1) { in ProgressInit()
1049 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
1061 if (1 == pixelShift) { in ProgressInit()
1070 if (1 == pixelShift) { in ProgressInit()
1077 out += (1 << pixelShift); in ProgressInit()
1079 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1088 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1095 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]