Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/
H A DIOHibernateIO.cpp1039 uint32_t rowBytes, pixelShift; in ProgressInit() local
1047 pixelShift = display->depth >> 4; in ProgressInit()
1048 if (pixelShift < 1) { in ProgressInit()
1053 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()
1065 if (1 == pixelShift) { in ProgressInit()
1074 if (1 == pixelShift) { in ProgressInit()
1081 out += (1 << pixelShift); in ProgressInit()
1083 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()
1092 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1099 pixelShift = display->depth >> 4; in ProgressUpdate()
[all …]