Searched defs:FT_PAD_CEIL (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/internal/
H A Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro

Completed in 105 milliseconds