Home
last modified time | relevance | path

Searched refs:FT_ALLOC (Results 1 – 25 of 31) sorted by relevance

12

/external/freetype/include/freetype/internal/
Dftserv.h291 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 2 ) ) \
327 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 3 ) ) \
366 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 4 ) ) \
408 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 5 ) ) \
453 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 6 ) ) \
501 if ( FT_ALLOC( clazz, sizeof ( *clazz ) * 7 ) ) \
Dftdriver.h372 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
Dftobjs.h1169 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
1380 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
Dftmemory.h260 #define FT_ALLOC( ptr, size ) \ macro
/external/freetype/src/pshinter/
Dpshpic.c57 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in pshinter_module_class_pic_init()
/external/freetype/src/autofit/
Dafglobal.c190 if ( !FT_ALLOC( globals, sizeof ( *globals ) + in af_face_globals_new()
280 if ( FT_ALLOC( metrics, clazz->script_metrics_size ) ) in af_face_globals_get_metrics()
Dafpic.c67 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in autofit_module_class_pic_init()
/external/freetype/src/base/
Dbasepic.c65 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in ft_base_pic_init()
Dftrfork.c520 if ( FT_ALLOC( newpath, base_file_len + 6 ) ) in raccess_guess_darwin_hfsplus()
556 if ( FT_ALLOC( newpath, base_file_len + 18 ) ) in raccess_guess_darwin_newvfs()
792 if ( FT_ALLOC( new_name, new_length + 1 ) ) in raccess_make_file_name()
Dftinit.c169 if ( FT_ALLOC( classes, sizeof ( FT_Module_Class* ) * in ft_create_default_module_classes()
Dftobjs.c307 (void)FT_ALLOC( slot->bitmap.buffer, size ); in ft_glyphslot_alloc_bitmap()
394 if ( !FT_ALLOC( slot, clazz->slot_object_size ) ) in FT_New_GlyphSlot()
1126 if ( FT_ALLOC( face, clazz->face_object_size ) ) in open_face()
1497 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
1570 if ( FT_ALLOC( pfb_data, (FT_Long)pfb_len + 2 ) ) in Mac_Read_POST_Resource()
1722 if ( FT_ALLOC( sfnt_data, (FT_Long)rlen ) ) in Mac_Read_sfnt_Resource()
2398 if ( FT_ALLOC( size, clazz->size_object_size ) || FT_NEW( node ) ) in FT_New_Size()
3253 if ( !FT_ALLOC( cmap, clazz->size ) ) in FT_CMap_New()
4177 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
4443 if ( FT_ALLOC( library->raster_pool, FT_RENDER_POOL_SIZE ) ) in FT_New_Library()
Dftutil.c445 (void)FT_ALLOC( *P, size ); in FT_Alloc()
/external/freetype/src/raster/
Drastpic.c67 if ( FT_ALLOC( container, sizeof ( *container ) ) ) in ft_raster1_renderer_class_pic_init()
/external/freetype/src/psnames/
Dpspic.c71 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in psnames_module_class_pic_init()
/external/freetype/src/smooth/
Dftspic.c69 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in ft_smooth_renderer_class_pic_init()
Dftsmooth.c244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) ) in ft_smooth_render_generic()
/external/freetype/src/truetype/
Dttpic.c75 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in tt_driver_class_pic_init()
/external/freetype/src/sfnt/
Dsfntpic.c107 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in sfnt_module_class_pic_init()
Dsfdriver.c262 if ( !FT_ALLOC( result, name->stringLength + 1 ) ) in sfnt_get_ps_name()
304 if ( !FT_ALLOC( result, len + 1 ) ) in sfnt_get_ps_name()
/external/freetype/src/cff/
Dcffpic.c111 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in cff_driver_class_pic_init()
Dcffdrivr.c334 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) ) in cff_ps_get_font_info()
/external/freetype/src/psaux/
Dpsobjs.c125 if ( FT_ALLOC( table->block, new_size ) ) in reallocate_t1_table()
251 if ( FT_ALLOC( table->block, table->cursor ) ) in ps_table_done()
974 if ( cur >= limit || FT_ALLOC( result, len + 1 ) )
1177 if ( FT_ALLOC( string, len + 1 ) ) in ps_parser_load_field()
/external/freetype/src/cache/
Dftcmru.c266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
Dftcsbits.c57 if ( !FT_ALLOC( sbit->buffer, size ) ) in ftc_sbit_copy_bitmap()
/external/freetype/src/pfr/
Dpfrload.c460 if ( FT_ALLOC( phy_font->font_id, len + 1 ) ) in pfr_extra_item_load_font_id()
655 if ( FT_ALLOC( result, len + 1 ) ) in pfr_aux_name_load()

12