GF_PAD_FLOOR 75 src/utils/math.c #define GF_PAD_ROUND( x, n ) GF_PAD_FLOOR( (x) + ((n)/2), n ) GF_PAD_FLOOR 76 src/utils/math.c #define GF_PAD_CEIL( x, n ) GF_PAD_FLOOR( (x) + ((n)-1), n )