Searched defs:nrows (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dumpmode.c | 113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek()
|
A D | tif_tile.c | 201 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() 249 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize()
|
A D | tif_strip.c | 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize()
|
A D | tif_jpeg.c | 1328 tmsize_t nrows; in JPEGDecode() local 1384 tmsize_t nrows; in JPEGDecode() local 1506 tmsize_t nrows; in JPEGDecodeRaw() local 2039 tmsize_t nrows; in JPEGEncode() local 2119 tmsize_t nrows; in JPEGEncodeRaw() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | rgb2ycbcr.c | 221 cvtStrip(unsigned char* op, uint32* raster, uint32 nrows, uint32 width) in cvtStrip() 262 uint32 nrows = (rowsperstrip > rheight ? rheight : rowsperstrip); in cvtRaster() local
|
A D | thumbnail.c | 512 setrow(uint8* row, uint32 nrows, const uint8* rows[]) in setrow() 565 uint32 nrows = 1; in setImage1() local
|
A D | tiffcp.c | 1481 uint32 nrows = (row+rowsperstrip > imagelength) ? in DECLAREwriteFunc() local 1511 uint32 nrows = (row+rowsperstrip > imagelength) ? in DECLAREwriteFunc() local
|
A D | tiffcrop.c | 1123 uint32 row, nrows, rowsperstrip; in writeBufferToContigStrips() local 1159 uint32 row, nrows, rowsize, rowsperstrip; in writeBufferToSeparateStrips() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngwrite.c | 908 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush()
|
Completed in 50 milliseconds