/external/freetype/include/freetype/internal/ |
D | ftserv.h | 291 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 ) ) \
|
D | ftdriver.h | 372 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
|
D | ftobjs.h | 1169 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \ 1380 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
|
D | ftmemory.h | 260 #define FT_ALLOC( ptr, size ) \ macro
|
/external/freetype/src/pshinter/ |
D | pshpic.c | 57 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in pshinter_module_class_pic_init()
|
/external/freetype/src/autofit/ |
D | afglobal.c | 190 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()
|
D | afpic.c | 67 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in autofit_module_class_pic_init()
|
/external/freetype/src/base/ |
D | basepic.c | 65 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in ft_base_pic_init()
|
D | ftrfork.c | 520 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()
|
D | ftinit.c | 169 if ( FT_ALLOC( classes, sizeof ( FT_Module_Class* ) * in ft_create_default_module_classes()
|
D | ftobjs.c | 307 (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()
|
D | ftutil.c | 445 (void)FT_ALLOC( *P, size ); in FT_Alloc()
|
/external/freetype/src/raster/ |
D | rastpic.c | 67 if ( FT_ALLOC( container, sizeof ( *container ) ) ) in ft_raster1_renderer_class_pic_init()
|
/external/freetype/src/psnames/ |
D | pspic.c | 71 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in psnames_module_class_pic_init()
|
/external/freetype/src/smooth/ |
D | ftspic.c | 69 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in ft_smooth_renderer_class_pic_init()
|
D | ftsmooth.c | 244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) ) in ft_smooth_render_generic()
|
/external/freetype/src/truetype/ |
D | ttpic.c | 75 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in tt_driver_class_pic_init()
|
/external/freetype/src/sfnt/ |
D | sfntpic.c | 107 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in sfnt_module_class_pic_init()
|
D | sfdriver.c | 262 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/ |
D | cffpic.c | 111 if ( FT_ALLOC ( container, sizeof ( *container ) ) ) in cff_driver_class_pic_init()
|
D | cffdrivr.c | 334 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) ) in cff_ps_get_font_info()
|
/external/freetype/src/psaux/ |
D | psobjs.c | 125 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/ |
D | ftcmru.c | 266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
|
D | ftcsbits.c | 57 if ( !FT_ALLOC( sbit->buffer, size ) ) in ftc_sbit_copy_bitmap()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 460 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()
|