Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_gd2.c271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
337 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
338 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
344 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
542 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
543 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
579 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
753 xlo = cx * cs; in _gdImageGd2()
[all …]

Completed in 12 milliseconds