Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
318 ylo = cy * cs; in gdImageCreateFromGd2Ctx()
319 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
337 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
535 ylo = cy * cs; in gdImageCreateFromGd2PartCtx()
536 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
579 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
744 ylo = cy * cs; in _gdImageGd2()
[all …]

Completed in 9 milliseconds