Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c267 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
333 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
334 xhi = xlo + cs; in gdImageCreateFromGd2Ctx()
340 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
429 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
534 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
535 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx()
571 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
658 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
745 xlo = cx * cs; in _gdImageGd2()
[all …]

Completed in 8 milliseconds