Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
949 uint32_t rowBytes, pixelShift; in ProgressInit() local957 pixelShift = display->depth >> 4; in ProgressInit()958 if (pixelShift < 1) { in ProgressInit()963 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()975 if (1 == pixelShift) { in ProgressInit()984 if (1 == pixelShift) { in ProgressInit()991 out += (1 << pixelShift); in ProgressInit()993 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1002 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1009 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]