Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance
1039 uint32_t rowBytes, pixelShift; in ProgressInit() local1047 pixelShift = display->depth >> 4; in ProgressInit()1048 if (pixelShift < 1) { in ProgressInit()1053 …nateProgressCount * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << (pixelShift - 1)) in ProgressInit()1065 if (1 == pixelShift) { in ProgressInit()1074 if (1 == pixelShift) { in ProgressInit()1081 out += (1 << pixelShift); in ProgressInit()1083 out += (kIOHibernateProgressSpacing << pixelShift); in ProgressInit()1092 uint32_t rowBytes, pixelShift; in ProgressUpdate() local1099 pixelShift = display->depth >> 4; in ProgressUpdate()[all …]