Home
last modified time | relevance | path

Searched refs:iwidth (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngpread.c269 png_ptr->iwidth) + 1; in png_push_read_chunk()
659 png_ptr->iwidth) + 1); in png_process_IDAT_data()
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_push_process_row()
1016 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row()
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
A Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
A Dpngtest.c1649 png_uint_32 iwidth, iheight; in test_one_file() local
1650 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file()
1653 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()
A Dpngrutil.c4363 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row()
4379 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0); in png_read_finish_row()
4424 png_ptr->iwidth = (png_ptr->width + in png_read_start_row()
4433 png_ptr->iwidth = png_ptr->width; in png_read_start_row()
4652 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4656 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
A Dpngread.c400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c5629 iwidth = crop->combined_width; in computeOutputPixelOffsets()
5631 iwidth = image->width; in computeOutputPixelOffsets()
5653 pwidth = iwidth; in computeOutputPixelOffsets()
5714 owidth = TIFFhowmany(iwidth, page->cols); in computeOutputPixelOffsets()
5731 if (owidth > iwidth) in computeOutputPixelOffsets()
5732 owidth = iwidth; in computeOutputPixelOffsets()
5741 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5757 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets()
5759 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets()
5810 if (x2 >= iwidth) in computeOutputPixelOffsets()
[all …]

Completed in 40 milliseconds