Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c229 new_max = FT_PAD_CEIL( new_max, 8 ); in FT_GlyphLoader_CheckPoints()
265 new_max = FT_PAD_CEIL( new_max, 4 ); in FT_GlyphLoader_CheckPoints()
308 new_max = FT_PAD_CEIL( new_max, 2 ); in FT_GlyphLoader_CheckSubGlyphs()
Dftobjs.c480 pitch = FT_PAD_CEIL( width, 4 ); in ft_glyphslot_preset_bitmap()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c72 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_hint_table_ensure()
146 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_ensure()
240 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_table_ensure()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + (n) - 1, n ) macro
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c296 FT_UInt new_max = FT_PAD_CEIL( count, 8 ); in pfr_glyph_load_simple()
Dpfrload.c476 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); in pfr_extra_item_load_bitmap_info()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidload.c546 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 ); in cid_read_subrs()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c204 new_size = FT_PAD_CEIL( new_size, 1024 ); in ps_table_add()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.213496 FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.