Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIOHibernateIO.cpp994 uint32_t rowBytes, pixelShift; in ProgressInit() local
1002 pixelShift = display->depth >> 4; in ProgressInit()
1003 if (pixelShift < 1) { in ProgressInit()
1008 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
1020 if (1 == pixelShift) { in ProgressInit()
1029 if (1 == pixelShift) { in ProgressInit()
1036 out += (1 << pixelShift); in ProgressInit()
1038 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1047 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1054 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]