Lines Matching refs:inptr
1288 register int *inptr; local
1298 register JSAMPROW inptr, outptr;
1310 inptr = input_buf[row];
1317 r = GETJSAMPLE (*inptr++);
1318 g = GETJSAMPLE (*inptr++);
1319 b = GETJSAMPLE (*inptr++);
1321 r = gdTrueColorGetRed (*inptr);
1322 g = gdTrueColorGetGreen (*inptr);
1327 b = gdTrueColorGetBlue (*inptr);
1332 if ((oim->transparent >= 0) && (oim->transparent == *inptr))
1335 inptr++;
1338 inptr++;
1373 JSAMPROW inptr; /* => current input pixel */
1393 int *inptr; /* => current input pixel */ local
1406 inptr = input_buf[row];
1411 inptr += (width - 1) * 3; /* so point to rightmost pixel */
1442 if ((oim->transparent >= 0) && (*inptr == oim->transparent))
1449 inptr += dir;
1476 cur0 += GETJSAMPLE (inptr[0]);
1477 cur1 += GETJSAMPLE (inptr[1]);
1478 cur2 += GETJSAMPLE (inptr[2]);
1483 cur0 += gdTrueColorGetRed (*inptr);
1484 cur1 += gdTrueColorGetGreen (*inptr);
1485 cur2 += gdTrueColorGetBlue (*inptr);
1552 inptr += dir3; /* Advance pixel pointers to next column */
1554 inptr += dir; /* Advance pixel pointers to next column */