Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_gd2.c128 if (gdGetWord(ncx, in) != 1) { in _gd2GetHeader()
140 if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *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 14 milliseconds