Lines Matching refs:pImage
7435 SANE_Byte *pImage = NULL; /* fa30 */
7457 pImage = mybuffer;
7461 Split_into_12bit_channels (mybuffer, pImage,
7463 pImage += (bytesperline * 3) / 4;
7484 pImage = mybuffer;
7495 data_lsb_get (pImage + puntero,
7509 pImage += bytesperline;
7527 pImage = mybuffer;
7542 if (*(pImage + desp) >= binarythresholdh) /* binarythresholdh = 0x0c */
7559 pImage += bytesperline;
7604 SANE_Byte *pImage = NULL;
7622 pImage = buffer;
7667 memcpy (pImage, readbuffer, *transferred);
7672 WShading_Emulate (pImage, &wshading->ptr, *transferred,
7675 pImage += *transferred;