Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c277 int chunkMax = 0; in gdImageCreateFromGd2Ctx() local
305 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
306 if (chunkMax <= 0) { in gdImageCreateFromGd2Ctx()
309 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2Ctx()
327 chunkLen = chunkMax; in gdImageCreateFromGd2Ctx()
447 int chunkMax = 0; in gdImageCreateFromGd2PartCtx() local
498 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx()
500 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx()
502 if (chunkMax <= 0) { in gdImageCreateFromGd2PartCtx()
506 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2PartCtx()
[all …]

Completed in 9 milliseconds