Searched refs:nrows (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_strip.c77 TIFFVStripSize(TIFF* tif, uint32 nrows) argument
81 if (nrows == (uint32) -1)
82 nrows = td->td_imagelength;
100 nrows = TIFFroundup(nrows, td->td_ycbcrsubsampling[1]);
103 (nrows*scanline + 2*(nrows*scanline / samplingarea)));
106 return ((tsize_t)(nrows * TIFFScanlineSize(tif)));
H A Dtif_dumpmode.c95 * Seek forwards nrows in the current strip.
98 DumpModeSeek(TIFF* tif, uint32 nrows) argument
100 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
101 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
H A Dtif_tile.c151 TIFFVTileSize(TIFF* tif, uint32 nrows) argument
176 nrows = TIFFroundup(nrows, td->td_ycbcrsubsampling[1]);
178 tilesize = nrows*rowsize + 2*(nrows*rowsize / samplingarea);
181 tilesize = nrows * TIFFTileRowSize(tif);
H A Dtif_read.c123 uint32 nrows; local
148 (nrows = td->td_imagelength % td->td_rowsperstrip) == 0)
149 nrows = td->td_rowsperstrip;
151 stripsize = TIFFVStripSize(tif, nrows);
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Descp2-weavetest.c125 int subpasses, int nrows, int first_line, int phys_lines,
195 7, 1, 128, nrows, first_line,
200 passstarts = stp_malloc(sizeof(int) * (nrows + physsep));
201 logpassstarts = stp_malloc(sizeof(int) * (nrows + physsep));
202 passends = stp_malloc(sizeof(int) * (nrows + physsep));
203 passcounts = stp_malloc(sizeof(int) * (nrows + physsep));
204 passes_flushed = stp_malloc(sizeof(int) * (nrows + physsep));
209 physpassstuff = stp_malloc((nrows + physsep));
210 rowdetail = stp_malloc((nrows + physsep) * physjets);
211 memset(rowdetail, 0, (nrows
124 run_one_weavetest(int physjets, int physsep, int hpasses, int vpasses, int subpasses, int nrows, int first_line, int phys_lines, int color_jet_arrangement, int strategy, int quiet) argument
369 int nrows; local
462 int nrows = atoi(argv[6]); local
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_dumpmode.c94 * Seek forwards nrows in the current strip.
97 DumpModeSeek(TIFF* tif, uint32 nrows) argument
99 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
100 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
H A Dtif_strip.c107 TIFFVStripSize(TIFF* tif, uint32 nrows) argument
111 if (nrows == (uint32) -1)
112 nrows = td->td_imagelength;
141 nrows = TIFFroundup(nrows, ycbcrsubsampling[1]);
143 scanline = multiply(tif, nrows, scanline, "TIFFVStripSize");
149 return ((tsize_t) multiply(tif, nrows, TIFFScanlineSize(tif),
H A Dtif_tile.c193 TIFFVTileSize(TIFF* tif, uint32 nrows) argument
223 nrows = TIFFroundup(nrows, td->td_ycbcrsubsampling[1]);
225 tilesize = multiply(tif, nrows, rowsize, "TIFFVTileSize");
231 tilesize = multiply(tif, nrows, TIFFTileRowSize(tif),
H A Dtif_jpeg.c883 tsize_t nrows; local
886 nrows = cc / sp->bytesperline;
890 if( nrows > (int) sp->cinfo.d.image_height )
891 nrows = sp->cinfo.d.image_height;
894 if (nrows)
968 } while (--nrows > 0);
987 tsize_t nrows; local
991 if ( (nrows = sp->cinfo.d.image_height) ) {
1089 nrows -= sp->v_sampling;
1090 } while (nrows >
1421 tsize_t nrows; local
1456 tsize_t nrows; local
[all...]
H A Dtif_read.c127 uint32 nrows; local
153 (nrows = td->td_imagelength % td->td_rowsperstrip) == 0)
154 nrows = td->td_rowsperstrip;
156 stripsize = TIFFVStripSize(tif, nrows);
/haiku-fatelf/headers/libs/png/
H A Dpng.h1750 PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpng.h1542 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));

Completed in 193 milliseconds