Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
954 uint32_t rowBytes, pixelShift; in ProgressInit() local962 pixelShift = display->depth >> 4; in ProgressInit()963 if (pixelShift < 1) { in ProgressInit()968 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()980 if (1 == pixelShift) { in ProgressInit()989 if (1 == pixelShift) { in ProgressInit()996 out += (1 << pixelShift); in ProgressInit()998 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1007 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1014 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]