Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_png.c124 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
337 rowbytes = png_get_rowbytes(png_ptr, info_ptr); in gdImageCreateFromPngCtx()
338 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx()
344 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()

Completed in 8 milliseconds