Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
986 uint32_t rowBytes, pixelShift; in ProgressInit() local994 pixelShift = display->depth >> 4; in ProgressInit()995 if (pixelShift < 1) { in ProgressInit()1000 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()1012 if (1 == pixelShift) { in ProgressInit()1021 if (1 == pixelShift) { in ProgressInit()1028 out += (1 << pixelShift); in ProgressInit()1030 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1039 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1046 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]