Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftglyph.c516 acbox->xMax = FT_PIX_CEIL_LONG( acbox->xMax ); in FT_Glyph_Get_CBox()
517 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax ); in FT_Glyph_Get_CBox()
Dftobjs.c754 metrics->horiBearingY = FT_PIX_CEIL_LONG( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
756 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingX, in ft_glyphslot_grid_fit_metrics()
758 bottom = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingY, in ft_glyphslot_grid_fit_metrics()
774 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
780 metrics->horiBearingY = FT_PIX_CEIL_LONG( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
/external/freetype/include/freetype/internal/
Dftobjs.h102 #define FT_PIX_CEIL_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 63 ) ) macro
/external/freetype/src/truetype/
Dttinterp.c2160 val = FT_PIX_CEIL_LONG( ADD_LONG( distance, compensation ) ); in Round_Up_To_Grid()
2166 val = NEG_LONG( FT_PIX_CEIL_LONG( SUB_LONG( compensation, in Round_Up_To_Grid()
3064 args[0] = FT_PIX_CEIL_LONG( args[0] ); in Ins_CEILING()
/external/freetype/
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.
DChangeLog639 * src/base/ftglyph.c (FT_Glyph_Get_CBox): Use `FT_PIX_CEIL_LONG'.