Home
last modified time | relevance | path

Searched refs:FT_PIX_ROUND_LONG (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h101 #define FT_PIX_ROUND_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 32 ) ) macro
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c826 metrics->horiAdvance = FT_PIX_ROUND_LONG( metrics->horiAdvance ); in ft_glyphslot_grid_fit_metrics()
827 metrics->vertAdvance = FT_PIX_ROUND_LONG( metrics->vertAdvance ); in ft_glyphslot_grid_fit_metrics()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.28409 FT_PIX_CEIL_LONG and FT_PIX_ROUND_LONG.
661 SUB_LONG, NEG_LONG, FT_PIX_ROUND_LONG, FT_PIX_CEIL_LONG,
674 (FT_PAD_ROUND_LONG, FT_PAD_CEIL_LONG, FT_PIX_ROUND_LONG,
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c2007 val = FT_PIX_ROUND_LONG( ADD_LONG( distance, compensation ) ); in Round_To_Grid()
2013 val = NEG_LONG( FT_PIX_ROUND_LONG( SUB_LONG( compensation, in Round_To_Grid()