Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c281 int bytesPerPixel; in gdImageCreateFromGd2Ctx() local
291 bytesPerPixel = im->trueColor ? 4 : 1; in gdImageCreateFromGd2Ctx()
305 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
677 int bytesPerPixel = im->trueColor ? 4 : 1; in _gdImageGd2() local
715 compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; in _gdImageGd2()
718 chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); in _gdImageGd2()
719 memset(chunkData, 0, cs * bytesPerPixel * cs); in _gdImageGd2()

Completed in 5 milliseconds