Searched refs:xlo (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_gd2.c | 272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local 338 xlo = cx * cs; in gdImageCreateFromGd2Ctx() 339 xhi = xlo + cs; in gdImageCreateFromGd2Ctx() 345 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx() 438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local 543 xlo = cx * cs; in gdImageCreateFromGd2PartCtx() 544 xhi = xlo + cs; in gdImageCreateFromGd2PartCtx() 580 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx() 667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local 754 xlo = cx * cs; in _gdImageGd2() [all …]
|
Completed in 5 milliseconds