Home
last modified time | relevance | path

Searched refs:pixelShift (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp986 uint32_t rowBytes, pixelShift; in ProgressInit() local
994 pixelShift = display->depth >> 4; in ProgressInit()
995 if (pixelShift < 1) { in ProgressInit()
1012 if (1 == pixelShift) { in ProgressInit()
1021 if (1 == pixelShift) { in ProgressInit()
1028 out += (1 << pixelShift); in ProgressInit()
1039 uint32_t rowBytes, pixelShift; in ProgressUpdate() local
1046 pixelShift = display->depth >> 4; in ProgressUpdate()
1047 if (pixelShift < 1) { in ProgressUpdate()
1073 if (1 == pixelShift) { in ProgressUpdate()
[all …]