Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_gd2.c276 int chunkMax = 0; in gdImageCreateFromGd2Ctx() local
304 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
305 if (chunkMax <= 0) { in gdImageCreateFromGd2Ctx()
308 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2Ctx()
326 chunkLen = chunkMax; in gdImageCreateFromGd2Ctx()
446 int chunkMax = 0; in gdImageCreateFromGd2PartCtx() local
497 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx()
499 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx()
501 if (chunkMax <= 0) { in gdImageCreateFromGd2PartCtx()
505 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2PartCtx()
[all …]

Completed in 5 milliseconds