Searched refs:FT_PIX_CEIL_LONG (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/base/ |
D | ftglyph.c | 516 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()
|
D | ftobjs.c | 754 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/ |
D | ftobjs.h | 102 #define FT_PIX_CEIL_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 63 ) ) macro
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 2160 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/ |
D | ChangeLog.28 | 409 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.
|
D | ChangeLog.29 | 114 * src/truetype/ttinterp.c (Ins_CEILING): Use FT_PIX_CEIL_LONG.
|
D | ChangeLog | 639 * src/base/ftglyph.c (FT_Glyph_Get_CBox): Use `FT_PIX_CEIL_LONG'.
|