• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/

Lines Matching refs:npixels

187 	int shft, i, npixels;
196 npixels = occ / sp->pixel_size;
201 assert(sp->tbuflen >= npixels);
204 _TIFFmemset((tdata_t) tp, 0, npixels*sizeof (tp[0]));
210 for (i = 0; i < npixels && cc > 0; )
215 while (rc-- && i < npixels)
219 while (--cc && rc-- && i < npixels)
222 if (i != npixels) {
225 tif->tif_row, npixels - i);
231 (*sp->tfunc)(sp, op, npixels);
244 int cc, i, npixels;
251 npixels = occ / sp->pixel_size;
256 assert(sp->tbuflen >= npixels);
262 for (i = 0; i < npixels && cc > 0; i++) {
269 if (i != npixels) {
272 tif->tif_row, npixels - i);
275 (*sp->tfunc)(sp, op, npixels);
286 int shft, i, npixels;
296 npixels = occ / sp->pixel_size;
301 assert(sp->tbuflen >= npixels);
304 _TIFFmemset((tdata_t) tp, 0, npixels*sizeof (tp[0]));
310 for (i = 0; i < npixels && cc > 0; )
315 while (rc-- && i < npixels)
319 while (--cc && rc-- && i < npixels)
322 if (i != npixels) {
325 tif->tif_row, npixels - i);
331 (*sp->tfunc)(sp, op, npixels);
376 int shft, i, j, npixels;
384 npixels = cc / sp->pixel_size;
390 assert(sp->tbuflen >= npixels);
391 (*sp->tfunc)(sp, bp, npixels);
397 for (i = 0; i < npixels; i += rc) {
407 for (beg = i; beg < npixels; beg += rc) {
410 while (rc < 127+2 && beg+rc < npixels &&
464 int i, npixels, occ;
470 npixels = cc / sp->pixel_size;
476 assert(sp->tbuflen >= npixels);
477 (*sp->tfunc)(sp, bp, npixels);
482 for (i = npixels; i--; ) {
509 int shft, i, j, npixels;
518 npixels = cc / sp->pixel_size;
524 assert(sp->tbuflen >= npixels);
525 (*sp->tfunc)(sp, bp, npixels);
531 for (i = 0; i < npixels; i += rc) {
541 for (beg = i; beg < npixels; beg += rc) {
544 while (rc < 127+2 && beg+rc < npixels &&