Home
last modified time | relevance | path

Searched refs:FT_PAD_CEIL (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/base/
Dftgloadr.c238 new_max = FT_PAD_CEIL( new_max, 8 ); in FT_GlyphLoader_CheckPoints()
282 new_max = FT_PAD_CEIL( new_max, 4 ); in FT_GlyphLoader_CheckPoints()
324 new_max = FT_PAD_CEIL( new_max, 2 ); in FT_GlyphLoader_CheckSubGlyphs()
Dftobjs.c506 pitch = FT_PAD_CEIL( width, 4 ); in ft_glyphslot_preset_bitmap()
/external/freetype/src/pshinter/
Dpshrec.c70 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_hint_table_ensure()
141 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_ensure()
220 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_table_ensure()
/external/freetype/include/freetype/internal/
Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + (n) - 1, n ) macro
/external/freetype/src/pfr/
Dpfrgload.c295 FT_UInt new_max = FT_PAD_CEIL( count, 8 ); in pfr_glyph_load_simple()
Dpfrload.c472 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); in pfr_extra_item_load_bitmap_info()
/external/freetype/src/cid/
Dcidload.c546 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 ); in cid_read_subrs()
/external/freetype/src/psaux/
Dpsobjs.c189 new_size = FT_PAD_CEIL( new_size, 1024 ); in ps_table_add()
/external/freetype/docs/oldlogs/
DChangeLog.213496 FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.