Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c280 int bytesPerPixel; in gdImageCreateFromGd2Ctx() local
290 bytesPerPixel = im->trueColor ? 4 : 1; in gdImageCreateFromGd2Ctx()
304 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
676 int bytesPerPixel = im->trueColor ? 4 : 1; in _gdImageGd2() local
714 compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; in _gdImageGd2()
717 chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); in _gdImageGd2()
718 memset(chunkData, 0, cs * bytesPerPixel * cs); in _gdImageGd2()

Completed in 7 milliseconds