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