Home
last modified time | relevance | path

Searched refs:FT_PIX_CEIL_LONG (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftglyph.c517 acbox->xMax = FT_PIX_CEIL_LONG( acbox->xMax ); in FT_Glyph_Get_CBox()
518 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
Dftobjs.c792 metrics->horiBearingY = FT_PIX_CEIL_LONG( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
794 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingX, in ft_glyphslot_grid_fit_metrics()
796 bottom = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingY, in ft_glyphslot_grid_fit_metrics()
812 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
818 metrics->horiBearingY = FT_PIX_CEIL_LONG( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h102 #define FT_PIX_CEIL_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 63 ) ) macro
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c2143 val = FT_PIX_CEIL_LONG( ADD_LONG( distance, compensation ) ); in Round_Up_To_Grid()
2149 val = NEG_LONG( FT_PIX_CEIL_LONG( SUB_LONG( compensation, in Round_Up_To_Grid()
3048 args[0] = FT_PIX_CEIL_LONG( args[0] ); in Ins_CEILING()
/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,
675 FT_PIX_CEIL_LONG): New macros.
DChangeLog.29114 * src/truetype/ttinterp.c (Ins_CEILING): Use FT_PIX_CEIL_LONG.
DChangeLog.2105334 * src/base/ftglyph.c (FT_Glyph_Get_CBox): Use `FT_PIX_CEIL_LONG'.