Lines Matching defs:sptr
1068 reorder_pixels (uint8_t * linebuf, uint8_t * sptr, unsigned c, unsigned n,
1075 memcpy (linebuf + c * (n * (i % m) + i / m), sptr + c * i, c);
1077 memcpy (sptr, linebuf, line_size);
1092 shrink_image (uint8_t * dptr, uint8_t * sptr, unsigned xs, unsigned w,
1098 uint8_t *src = sptr; /* don't change sptr */
1102 PDBG (pixma_dbg (4, "\tdptr=%ld, sptr=%ld\n",
1103 dptr, sptr));*/
1148 uint8_t *sptr, *dptr, *gptr, *cptr;
1177 sptr = dptr = gptr = cptr = mp->imgbuf;
1190 for (i = 0; i < lines; i++, sptr += line_size)
1194 /*PDBG (pixma_dbg (4, "*post_process_image_data***** Pointers: sptr=%lx, dptr=%lx, linebuf=%lx ***** \n",
1195 sptr, dptr, mp->linebuf));*/
1215 reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
1222 shrink_image(cptr, sptr, s->param->xs, s->param->w, s->param->wx, mp->scale, c);
1227 memmove(cptr, sptr + cx, cw);
1242 return mp->data_left_ofs - sptr; /* # of non processed bytes */