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