Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c127 if (gdGetWord(ncx, in) != 1) { in _gd2GetHeader()
139 nc = (*ncx) * (*ncy); in _gd2GetHeader()
266 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
287 nc = ncx * ncy; in gdImageCreateFromGd2Ctx()
428 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
476 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx()
513 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx()
514 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx()
557 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
657 int ncx, ncy, cx, cy; in _gdImageGd2() local
[all …]

Completed in 6 milliseconds