Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c171 if ( !FT_ALLOC( globals, sizeof ( *globals ) + in af_face_globals_new()
261 if ( FT_ALLOC( metrics, clazz->script_metrics_size ) ) in af_face_globals_get_metrics()
/external/freetype/src/base/
Dftrfork.c492 if ( FT_ALLOC( newpath, base_file_len + 6 ) ) in raccess_guess_darwin_hfsplus()
528 if ( FT_ALLOC( newpath, base_file_len + 18 ) ) in raccess_guess_darwin_newvfs()
764 if ( FT_ALLOC( new_name, new_length + 1 ) ) in raccess_make_file_name()
Dftobjs.c300 (void)FT_ALLOC( slot->bitmap.buffer, size ); in ft_glyphslot_alloc_bitmap()
383 if ( !FT_ALLOC( slot, clazz->slot_object_size ) ) in FT_New_GlyphSlot()
1056 if ( FT_ALLOC( face, clazz->face_object_size ) ) in open_face()
1427 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) ) in open_face_PS_from_sfnt_stream()
1500 if ( FT_ALLOC( pfb_data, (FT_Long)pfb_len + 2 ) ) in Mac_Read_POST_Resource()
1625 if ( FT_ALLOC( sfnt_data, (FT_Long)rlen ) ) in Mac_Read_sfnt_Resource()
2266 if ( FT_ALLOC( size, clazz->size_object_size ) || FT_NEW( node ) ) in FT_New_Size()
3003 if ( !FT_ALLOC( cmap, clazz->size ) ) in FT_CMap_New()
3883 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
4129 if ( FT_ALLOC( library->raster_pool, FT_RENDER_POOL_SIZE ) ) in FT_New_Library()
Dftutil.c445 (void)FT_ALLOC( *P, size ); in FT_Alloc()
Dftglyph.c293 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in ft_new_glyph()
/external/freetype/src/sfnt/
Dsfdriver.c238 if ( !FT_ALLOC( result, name->stringLength + 1 ) ) in sfnt_get_ps_name()
280 if ( !FT_ALLOC( result, len + 1 ) ) in sfnt_get_ps_name()
/external/freetype/src/psaux/
Dpsobjs.c124 if ( FT_ALLOC( table->block, new_size ) ) in reallocate_t1_table()
250 if ( FT_ALLOC( table->block, table->cursor ) ) in ps_table_done()
972 if ( cur >= limit || FT_ALLOC( result, len + 1 ) )
1173 if ( FT_ALLOC( string, len + 1 ) ) in ps_parser_load_field()
/external/freetype/include/freetype/internal/
Dftmemory.h248 #define FT_ALLOC( ptr, size ) \ macro
/external/freetype/src/smooth/
Dftsmooth.c206 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) ) in ft_smooth_render_generic()
Dftgrays.c1983 if ( !FT_ALLOC( raster, sizeof ( TRaster ) ) ) in gray_raster_new()
/external/freetype/src/cff/
Dcffdrivr.c347 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) ) in cff_ps_get_font_info()
Dcffload.c544 if ( !FT_ALLOC( name, byte_len + 1 ) ) in cff_index_get_name()
/external/freetype/src/truetype/
Dttgxvar.c701 if ( FT_ALLOC( mmvar, face->blend->mmvar_len ) ) in TT_Get_MM_Var()
780 if ( FT_ALLOC( mmvar, face->blend->mmvar_len ) ) in TT_Get_MM_Var()