Lines Matching defs:pBuf
856 static void dacP96FillWhole4kRAM( pScanData ps, pUChar pBuf )
866 IOMoveDataToScanner( ps, pBuf, ps->ShadingBankSize );
984 pUChar pBuf, ULong dwEntries, Byte bBank )
987 pULong pdw = (pULong)(pBuf + ps->ShadingBufferSize);
994 dacP96FillWhole4kRAM( ps, pBuf );
1016 pUChar pBuf, pUChar pChOff, pUChar pHigh )
1026 for( pBuf += ps->DataInf.crImage.x, *pChOff = 0xff, *pHigh = 0;
1027 dw; dw--, pBuf++ ) {
1029 if (*pChOff < *pBuf) {
1030 if (*pHigh < *pBuf)
1031 *pHigh = *pBuf; /* brightest */
1033 *pChOff = *pBuf; /* darkest */