Searched refs:rowbytes (Results 1 – 1 of 1) sorted by relevance
123 png_uint_32 width, height, rowbytes, w, h; in gdImageCreateFromPngCtx() local321 rowbytes = png_get_rowbytes(png_ptr, info_ptr); in gdImageCreateFromPngCtx()322 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx()328 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()
Completed in 6 milliseconds