Lines Matching defs:ptr
7672 WShading_Emulate (pImage, &wshading->ptr, *transferred,
11986 SANE_Byte *ptr[3];
11991 ptr[CL_RED] = image;
11992 ptr[CL_GREEN] = image + bytes_to_next_colour;
11993 ptr[CL_BLUE] = image + (bytes_to_next_colour * 2);
12009 *(ptr[b] +
12020 ptr[a] += bytes_per_pixel;
12176 SANE_Byte *ptr; /*f0f4 */
12304 ptr = scanbuffer;
12439 ptr = scanbuffer;
12453 colour += *(ptr + (dot * channels_per_dot));
12548 ptr++;
12637 SANE_Byte *ptr; /*f148 */
12793 ptr = scanbuffer + (position * 2);
12802 myst += data_lsb_get (ptr + (a * (myWidth * 2)), 2);
12885 ptr += (myWidth * 2);
12973 ptr = scanbuffer + position;
12982 myst += *(ptr + (a * myWidth));
13063 ptr += myWidth;
13154 SANE_Byte *ptr; /*f008 */
13155 SANE_Int my14b4; /*f008 pisa ptr */
13336 ptr = buffer + position;
13346 value = data_lsb_get (ptr, 2);
13377 ptr += (bytes_per_line * 2);
13446 /* ptr points to the next position of the first line */
13447 ptr = buffer + position;
13457 biggest = max (biggest, *ptr);
13464 sumatorio += *ptr;
13466 lowest = min (lowest, *ptr);
13467 biggest = max (biggest, *ptr);
13469 buff2[*ptr]++;
13474 if (*ptr > lowest)
13477 buff2[*ptr]++;
13478 sumatorio += *ptr;
13493 sumatorio += *ptr;
13496 ptr += bytes_per_line;
14553 wshading->ptr = 0;