Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c272 int chunkMax = 0; in gdImageCreateFromGd2Ctx() local
300 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
301 if (chunkMax <= 0) { in gdImageCreateFromGd2Ctx()
304 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2Ctx()
322 chunkLen = chunkMax; in gdImageCreateFromGd2Ctx()
438 int chunkMax = 0; in gdImageCreateFromGd2PartCtx() local
489 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx()
491 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx()
493 if (chunkMax <= 0) { in gdImageCreateFromGd2PartCtx()
497 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2PartCtx()
[all …]

Completed in 8 milliseconds