Searched refs:ncx (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_gd2.c | 127 if (gdGetWord(ncx, in) != 1) { in _gd2GetHeader() 139 if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) { in _gd2GetHeader() 143 nc = (*ncx) * (*ncy); in _gd2GetHeader() 270 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 291 nc = ncx * ncy; in gdImageCreateFromGd2Ctx() 436 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 484 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx() 521 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx() 522 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx() 565 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx() [all …]
|
Completed in 6 milliseconds