Searched defs:FT_PAD_CEIL (Results 1 – 2 of 2) sorted by relevance
78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro