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

12

/external/freetype/src/pshinter/
H A Dpshpic.c57 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
/external/freetype/src/autofit/
H A Dafpic.c67 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
H A Dafglobal.c190 if ( !FT_ALLOC( globals, sizeof ( *globals ) +
280 if ( FT_ALLOC( metrics, clazz->script_metrics_size ) )
/external/freetype/src/base/
H A Dbasepic.c65 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
H A Dftinit.c169 if ( FT_ALLOC( classes, sizeof ( FT_Module_Class* ) *
H A Dftrfork.c520 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
556 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
792 if ( FT_ALLOC( new_name, new_length + 1 ) )
H A Dftutil.c445 (void)FT_ALLOC( *P, size );
H A Dftobjs.c307 (void)FT_ALLOC( slot->bitmap.buffer, size );
394 if ( !FT_ALLOC( slot, clazz->slot_object_size ) )
1126 if ( FT_ALLOC( face, clazz->face_object_size ) )
1497 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) )
1570 if ( FT_ALLOC( pfb_data, (FT_Long)pfb_len + 2 ) )
1722 if ( FT_ALLOC( sfnt_data, (FT_Long)rlen ) )
2398 if ( FT_ALLOC( size, clazz->size_object_size ) || FT_NEW( node ) )
3253 if ( !FT_ALLOC( cmap, clazz->size ) )
4177 if ( FT_ALLOC( module, clazz->module_size ) )
4443 if ( FT_ALLOC( librar
[all...]
H A Dftglyph.c290 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
/external/freetype/src/psnames/
H A Dpspic.c71 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
/external/freetype/src/raster/
H A Drastpic.c67 if ( FT_ALLOC( container, sizeof ( *container ) ) )
/external/freetype/src/smooth/
H A Dftspic.c69 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
H A Dftsmooth.c244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
/external/freetype/src/truetype/
H A Dttpic.c75 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
/external/freetype/include/freetype/internal/
H A 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 ) ) \
H A Dftdriver.h372 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
H A Dftobjs.h1169 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
1380 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
H A Dftmemory.h260 #define FT_ALLOC( ptr, size ) \ macro
/external/freetype/src/cff/
H A Dcffpic.c111 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
/external/freetype/src/sfnt/
H A Dsfntpic.c107 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
H A Dsfdriver.c262 if ( !FT_ALLOC( result, name->stringLength + 1 ) )
304 if ( !FT_ALLOC( result, len + 1 ) )
/external/freetype/src/cache/
H A Dftcmru.c266 else if ( FT_ALLOC( node, list->clazz.node_size ) )
H A Dftcsbits.c57 if ( !FT_ALLOC( sbit->buffer, size ) )
/external/freetype/src/psaux/
H A Dpsobjs.c125 if ( FT_ALLOC( table->block, new_size ) )
251 if ( FT_ALLOC( table->block, table->cursor ) )
974 if ( cur >= limit || FT_ALLOC( result, len + 1 ) )
1177 if ( FT_ALLOC( string, len + 1 ) )
/external/freetype/src/pfr/
H A Dpfrload.c460 if ( FT_ALLOC( phy_font->font_id, len + 1 ) )
655 if ( FT_ALLOC( result, len + 1 ) )

Completed in 3071 milliseconds

12