Home
last modified time | relevance | path

Searched refs:ylo (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
313 ylo = cy * cs; in gdImageCreateFromGd2Ctx()
314 yhi = ylo + cs; in gdImageCreateFromGd2Ctx()
332 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
429 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
526 ylo = cy * cs; in gdImageCreateFromGd2PartCtx()
527 yhi = ylo + cs; in gdImageCreateFromGd2PartCtx()
570 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
658 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
735 ylo = cy * cs; in _gdImageGd2()
[all …]

Completed in 5 milliseconds