Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIOHibernateIO.cpp986 uint32_t rowBytes, pixelShift; in ProgressInit() local
994 pixelShift = display->depth >> 4; in ProgressInit()
995 if (pixelShift < 1) { in ProgressInit()
1000 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
1012 if (1 == pixelShift) { in ProgressInit()
1021 if (1 == pixelShift) { in ProgressInit()
1028 out += (1 << pixelShift); in ProgressInit()
1030 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1039 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1046 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]