Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
994 uint32_t rowBytes, pixelShift; in ProgressInit() local1002 pixelShift = display->depth >> 4; in ProgressInit()1003 if (pixelShift < 1) { in ProgressInit()1008 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()1020 if (1 == pixelShift) { in ProgressInit()1029 if (1 == pixelShift) { in ProgressInit()1036 out += (1 << pixelShift); in ProgressInit()1038 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1047 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1054 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]