Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c1436 const int xuppper = (x > INT_MAX - f->w) ? INT_MAX : x + f->w; in gdImageChar() local
1464 const int xuppper = (x > INT_MAX - f->h) ? INT_MAX : x + f->h; in gdImageCharUp() local

Completed in 16 milliseconds