Searched refs:ncx (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/gd/libgd/ |
H A D | gd_gd2.c | 128 if (gdGetWord(ncx, in) != 1) { in _gd2GetHeader() 140 if (overflow2(*ncx, *ncy)) { in _gd2GetHeader() 144 nc = (*ncx) * (*ncy); in _gd2GetHeader() 271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 292 nc = ncx * ncy; in gdImageCreateFromGd2Ctx() 437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 485 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx() 522 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx() 523 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx() 566 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx() [all …]
|
Completed in 5 milliseconds