Searched refs:chunkMax (Results 1 – 1 of 1) sorted by relevance
276 int chunkMax = 0; in gdImageCreateFromGd2Ctx() local304 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() local497 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 7 milliseconds