Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
953 uint32_t rowBytes, pixelShift; in ProgressInit() local961 pixelShift = display->depth >> 4; in ProgressInit()962 if (pixelShift < 1) { in ProgressInit()967 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()979 if (1 == pixelShift) { in ProgressInit()988 if (1 == pixelShift) { in ProgressInit()995 out += (1 << pixelShift); in ProgressInit()997 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1006 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1013 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]