Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c133 if (gdGetWord(ncy, in) != 1) { in _gd2GetHeader()
139 nc = (*ncx) * (*ncy); in _gd2GetHeader()
253 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
274 nc = ncx * ncy; in gdImageCreateFromGd2Ctx()
298 for (cy = 0; (cy < ncy); cy++) { in gdImageCreateFromGd2Ctx()
415 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
463 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx()
503 if (ecy >= ncy) { in gdImageCreateFromGd2PartCtx()
504 ecy = ncy - 1; in gdImageCreateFromGd2PartCtx()
644 int ncx, ncy, cx, cy; in _gdImageGd2() local
[all …]

Completed in 6 milliseconds