Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c259 int chunkMax = 0; in gdImageCreateFromGd2Ctx() local
287 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
288 if (chunkMax <= 0) { in gdImageCreateFromGd2Ctx()
291 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2Ctx()
309 chunkLen = chunkMax; in gdImageCreateFromGd2Ctx()
425 int chunkMax = 0; in gdImageCreateFromGd2PartCtx() local
476 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx()
478 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx()
480 if (chunkMax <= 0) { in gdImageCreateFromGd2PartCtx()
484 chunkBuf = gdCalloc(chunkMax, 1); in gdImageCreateFromGd2PartCtx()
[all …]

Completed in 7 milliseconds