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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dumpmode.c93 * Seek forwards nrows in the current strip.
96 DumpModeSeek(TIFF* tif, uint32 nrows) argument
98 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
99 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
H A Dtif_strip.c104 TIFFVStripSize(TIFF* tif, uint32 nrows) argument
108 if (nrows == (uint32) -1)
109 nrows = td->td_imagelength;
133 nrows = TIFFroundup(nrows, ycbcrsubsampling[1]);
135 scanline = multiply(tif, nrows, scanline, "TIFFVStripSize");
142 return ((tsize_t) multiply(tif, nrows, TIFFScanlineSize(tif),
H A Dtif_tile.c181 TIFFVTileSize(TIFF* tif, uint32 nrows) argument
208 nrows = TIFFroundup(nrows, td->td_ycbcrsubsampling[1]);
210 tilesize = multiply(tif, nrows, rowsize, "TIFFVTileSize");
217 tilesize = multiply(tif, nrows, TIFFTileRowSize(tif),
H A Dtif_jpeg.c788 tsize_t nrows; local
790 nrows = cc / sp->bytesperline;
794 if( nrows > (int) sp->cinfo.d.image_height )
795 nrows = sp->cinfo.d.image_height;
798 if (nrows)
808 } while (--nrows > 0);
823 tsize_t nrows; local
826 if ( (nrows = sp->cinfo.d.image_height) ) {
884 } while (--nrows > 0);
1192 tsize_t nrows; local
1223 tsize_t nrows; local
[all...]
H A Dtif_read.c126 uint32 nrows; local
151 (nrows = td->td_imagelength % td->td_rowsperstrip) == 0)
152 nrows = td->td_rowsperstrip;
154 stripsize = TIFFVStripSize(tif, nrows);
H A Dtif_ojpeg.c1197 register JSAMPARRAY out,register int nrows)
1225 while (--nrows >= 0)
1239 while (--nrows >= 0)
1255 while (--nrows >= 0)
1269 register JSAMPARRAY out,register int nrows)
1272 while (--nrows >= 0) _TIFFmemcpy(*out++,*irowp++,cinfo->output_width);
1196 ycc_rgb_convert(register j_decompress_ptr cinfo,JSAMPIMAGE in,JDIMENSION row, register JSAMPARRAY out,register int nrows) argument
1268 null_convert(register j_decompress_ptr cinfo,JSAMPIMAGE in,JDIMENSION row, register JSAMPARRAY out,register int nrows) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp1273 int wxGridSizer::CalcRowsCols(int& nrows, int& ncols) const argument
1281 nrows = (nitems + m_cols - 1) / m_cols;
1286 nrows = m_rows;
1292 nrows = ncols = 0;
1301 int nitems, nrows, ncols; local
1302 if ( (nitems = CalcRowsCols(nrows, ncols)) == 0 )
1309 int h = (sz.y - (nrows - 1) * m_vgap) / nrows;
1315 for (int r = 0; r < nrows; r++)
1334 int nrows, ncol local
1416 int nitems, nrows, ncols; local
1455 int nrows, local
1552 AdjustForGrowables(const wxSize& sz, const wxSize& minsz, int nrows, int ncols) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dls.c386 int i, ncols, nrows, row, nc; local
411 nrows = nfiles / ncols;
412 if (nrows * ncols < nfiles)
413 nrows++; /* round up fractionals */
415 nrows = nfiles;
419 for (row = 0; row < nrows; row++) {
422 i = (nc * nrows) + row; /* assume display by column */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c675 int nrows = nfiles; local
679 for (row = 0; row < nrows; row++) {
688 nrows /= ncols;
690 nrows++; /* round up fractionals */
694 for (row = 0; row < nrows; row++) {
698 for (nc = 1; nc < ncols && n+nrows < nfiles; n += nrows, nc++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwrite.c973 png_set_flush(png_structp png_ptr, int nrows) argument
979 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows);
H A Dpng.h1843 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwrite.c906 png_set_flush(png_structp png_ptr, int nrows) argument
909 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows);
H A Dpng.h1578 extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1457 int nrows = m_maxRows; local
1459 SetRows(nrows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsizer.h725 int nrows, int ncols);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jar ... protected boolean writeImageData () Exception e int i int[] pixels int nRows byte[] scanLines int scanPos int startPos java.awt. ...

Completed in 142 milliseconds