Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd.c1520 const int xuppper = (x > INT_MAX - f->w) ? INT_MAX : x + f->w; in gdImageChar() local
1532 for (px = x; px < xuppper; px++) { in gdImageChar()
1548 const int xuppper = (x > INT_MAX - f->h) ? INT_MAX : x + f->h; in gdImageCharUp() local
1560 for (px = x; px < xuppper; px++) { in gdImageCharUp()

Completed in 17 milliseconds