Searched defs:xuppper (Results 1 – 1 of 1) sorted by relevance
1466 const int xuppper = (x > INT_MAX - f->w) ? INT_MAX : x + f->w; in gdImageChar() local1494 const int xuppper = (x > INT_MAX - f->h) ? INT_MAX : x + f->h; in gdImageCharUp() local
Completed in 18 milliseconds