Home
last modified time | relevance | path

Searched refs:ylo (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
317 ylo = cy * cs; in gdImageCreateFromGd2Ctx()
318 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
336 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
534 ylo = cy * cs; in gdImageCreateFromGd2PartCtx()
535 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
578 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
743 ylo = cy * cs; in _gdImageGd2()
[all …]

Completed in 9 milliseconds