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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1536 uint32_t rowBytes, pixelShift; local
1544 pixelShift = display->depth >> 4;
1545 if (pixelShift < 1) return;
1548 - kIOHibernateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1))
1565 if (1 == pixelShift)
1575 if (1 == pixelShift)
1583 out += (1 << pixelShift);
1585 out += (kIOHibernateProgressSpacing << pixelShift);
1594 uint32_t rowBytes, pixelShift; local
1601 pixelShift
[all...]

Completed in 12 milliseconds