Searched refs:bytesPerEntry (Results 1 – 1 of 1) sorted by relevance
179 …short bytesPerEntry = (pTableGammaTemp->gDataWidth + 7) / 8; /* size, in bytes, of the device tabl… in GetDeviceGammaRampGD() local188 …*(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> sh… in GetDeviceGammaRampGD()195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue; in GetDeviceGammaRampGD()333 short bytesPerEntry = (dataBits + 7) / 8; /* size, in bytes, of the device table entries */ in SetDeviceGammaRampGD() local335 …shiftRightValue += ((bytesPerEntry - 1) * 8); /* multibyte entries and the need to map a byte … in SetDeviceGammaRampGD()342 for (indexByte = 0; indexByte < bytesPerEntry; indexByte++) /* for all bytes */ in SetDeviceGammaRampGD()