Searched refs:FT_PAD_ROUND_LONG (Results 1 – 3 of 3) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 97 #define FT_PAD_ROUND_LONG( x, n ) FT_PAD_FLOOR( ADD_LONG( (x), (n) / 2 ), \ macro
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 2162 val = FT_PAD_ROUND_LONG( ADD_LONG( distance, compensation ), 32 ); in Round_To_Double_Grid() 2168 val = NEG_LONG( FT_PAD_ROUND_LONG( SUB_LONG( compensation, distance ), in Round_To_Double_Grid()
|
/external/freetype/ |
D | ChangeLog.28 | 662 FT_PAD_ROUND_LONG 674 (FT_PAD_ROUND_LONG, FT_PAD_CEIL_LONG, FT_PIX_ROUND_LONG,
|