Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftgloadr.c221 new_max = FT_PAD_CEIL( new_max, 8 ); in FT_GlyphLoader_CheckPoints()
253 new_max = FT_PAD_CEIL( new_max, 4 ); in FT_GlyphLoader_CheckPoints()
296 new_max = FT_PAD_CEIL( new_max, 2 ); in FT_GlyphLoader_CheckSubGlyphs()
/external/freetype/src/base/
Dftgloadr.c221 new_max = FT_PAD_CEIL( new_max, 8 ); in FT_GlyphLoader_CheckPoints()
253 new_max = FT_PAD_CEIL( new_max, 4 ); in FT_GlyphLoader_CheckPoints()
296 new_max = FT_PAD_CEIL( new_max, 2 ); in FT_GlyphLoader_CheckSubGlyphs()
/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c173 pitch = FT_PAD_CEIL( width, 4 ); in ft_smooth_render_generic()
191 pitch = FT_PAD_CEIL( width, 4 ); in ft_smooth_render_generic()
/external/freetype/src/smooth/
Dftsmooth.c173 pitch = FT_PAD_CEIL( width, 4 ); in ft_smooth_render_generic()
191 pitch = FT_PAD_CEIL( width, 4 ); in ft_smooth_render_generic()
/external/freetype/src/pshinter/
Dpshrec.c73 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_hint_table_ensure()
147 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_ensure()
241 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_table_ensure()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshrec.c73 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_hint_table_ensure()
147 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_ensure()
241 new_max = FT_PAD_CEIL( new_max, 8 ); in ps_mask_table_ensure()
/external/pdfium/third_party/freetype/src/cid/
Dcidload.c441 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 ); in cid_read_subrs()
/external/freetype/include/freetype/internal/
Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/freetype/src/pfr/
Dpfrload.c368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); in pfr_extra_item_load_bitmap_info()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.c196 new_size = FT_PAD_CEIL( new_size, 1024 ); in ps_table_add()
/external/freetype/src/psaux/
Dpsobjs.c196 new_size = FT_PAD_CEIL( new_size, 1024 ); in ps_table_add()