Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_png.c123 png_uint_32 width, height, rowbytes, w, h; in gdImageCreateFromPngCtx() local
322 rowbytes = png_get_rowbytes(png_ptr, info_ptr); in gdImageCreateFromPngCtx()
323 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx()
329 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()

Completed in 12 milliseconds