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