Searched refs:FT_PAD_CEIL (Results 1 – 9 of 9) sorted by relevance
/external/freetype/src/base/ |
D | ftgloadr.c | 238 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()
|
D | ftobjs.c | 506 pitch = FT_PAD_CEIL( width, 4 ); in ft_glyphslot_preset_bitmap()
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 70 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/ |
D | ftobjs.h | 89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + (n) - 1, n ) macro
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 295 FT_UInt new_max = FT_PAD_CEIL( count, 8 ); in pfr_glyph_load_simple()
|
D | pfrload.c | 472 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); in pfr_extra_item_load_bitmap_info()
|
/external/freetype/src/cid/ |
D | cidload.c | 546 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 ); in cid_read_subrs()
|
/external/freetype/src/psaux/ |
D | psobjs.c | 189 new_size = FT_PAD_CEIL( new_size, 1024 ); in ps_table_add()
|
/external/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 3496 FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.
|