Home
last modified time | relevance | path

Searched defs:max (Results 26 – 30 of 30) sorted by relevance

12

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2960 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
H A Dgd_interpolation.c2462 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-5.5/ext/exif/
H A Dexif.c97 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
/PHP-5.5/ext/gd/
H A Dgd.c4284 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() macro
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15413 int max; in getDigits() local

Completed in 445 milliseconds

12