Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
1035 uint32_t rowBytes, pixelShift; in ProgressInit() local1043 pixelShift = display->depth >> 4; in ProgressInit()1044 if (pixelShift < 1) { in ProgressInit()1049 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()1061 if (1 == pixelShift) { in ProgressInit()1070 if (1 == pixelShift) { in ProgressInit()1077 out += (1 << pixelShift); in ProgressInit()1079 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1088 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1095 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]