HomeSort by: relevance | last modified time | path
    Searched refs:FT_ALLOC (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/src/type1/
t1parse.c 224 if ( FT_ALLOC( parser->base_dict, size ) ||
306 FT_ALLOC( parser->private_dict, parser->private_len ) )
453 if ( FT_ALLOC( parser->private_dict, size + 1 ) )
  /xsrc/external/mit/freetype/dist/src/autofit/
afglobal.c 344 if ( FT_ALLOC( globals,
458 if ( FT_ALLOC( metrics, writing_system_class->style_metrics_size ) )
  /xsrc/external/mit/freetype/dist/src/base/
ftrfork.c 611 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
647 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
883 if ( FT_ALLOC( new_name, new_length + 1 ) )
ftmac.c 634 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
755 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) )
ftglyph.c 300 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
ftobjs.c 526 (void)FT_ALLOC( slot->bitmap.buffer, size );
616 if ( !FT_ALLOC( slot, clazz->slot_object_size ) )
1388 if ( FT_ALLOC( face, clazz->face_object_size ) )
1785 if ( FT_ALLOC( sfnt_ps, (FT_Long)length ) )
1895 if ( FT_ALLOC( pfb_data, (FT_Long)pfb_len + 2 ) )
2095 if ( FT_ALLOC( sfnt_data, rlen ) )
2854 if ( FT_ALLOC( size, clazz->size_object_size ) || FT_NEW( node ) )
3694 if ( !FT_ALLOC( cmap, clazz->size ) )
4920 if ( FT_ALLOC( module, clazz->module_size ) )
ftbitmap.c 964 if ( FT_ALLOC( target->buffer, target->pitch * (int)target->rows ) )
994 if ( FT_ALLOC( buffer, new_pitch * (int)final_rows ) )
  /xsrc/external/mit/freetype/dist/src/cid/
cidgload.c 88 (void)FT_ALLOC( charstring, glyph_length );
135 if ( FT_ALLOC( charstring, glyph_length ) )
cidload.c 593 FT_ALLOC( subr->code[0], data_len ) )
815 if ( FT_ALLOC( face->binary_data, parser->binary_length ) ||
  /xsrc/external/mit/freetype/dist/src/gzip/
ftgzip.c 133 (void)FT_ALLOC( p, sz );
674 if ( !FT_ALLOC( zip_buff, zip_size ) )
  /xsrc/external/mit/freetype/dist/src/cache/
ftcmru.c 265 else if ( FT_ALLOC( node, list->clazz.node_size ) )
ftcsbits.c 58 if ( !FT_ALLOC( sbit->buffer, size ) )
ftcmanag.c 596 if ( !FT_ALLOC( cache, clazz->cache_size ) )
  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvmod.c 65 if ( FT_ALLOC( *table, *table_len ) )
  /xsrc/external/mit/freetype/dist/src/otvalid/
otvmod.c 56 if ( FT_ALLOC( *table, *table_len ) )
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfdriver.c 504 if ( FT_ALLOC( result, entry->stringLength / 2 + 1 ) )
563 if ( FT_ALLOC( result, entry->stringLength + 1 ) )
931 if ( FT_ALLOC( result, face->var_postscript_prefix_len +
960 if ( FT_ALLOC( result,
sfwoff.c 163 if ( FT_ALLOC( sfnt, 12 + woff.num_tables * 16UL ) ||
ttcolr.c 336 if ( FT_ALLOC( buf, size ) )
sfobjs.c 646 !( FT_ALLOC( default_values, num_axes * 4 ) ||
647 FT_ALLOC( instance_values, num_axes * 4 ) ) )
  /xsrc/external/mit/freetype/dist/src/cff/
cffdrivr.c 481 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
526 if ( FT_ALLOC( font_extra, sizeof ( *font_extra ) ) )
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrload.c 568 if ( FT_ALLOC( phy_font->font_id, len + 1 ) )
764 if ( FT_ALLOC( result, len + 1 ) )
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftmemory.h 311 #define FT_ALLOC( ptr, size ) \
  /xsrc/external/mit/freetype/dist/src/bzip2/
ftbzip2.c 73 (void)FT_ALLOC( p, sz );
  /xsrc/external/mit/freetype/dist/src/psaux/
psobjs.c 129 if ( FT_ALLOC( table->block, new_size ) )
254 if ( FT_ALLOC( table->block, table->cursor ) )
982 if ( cur >= limit || FT_ALLOC( result, len + 1 ) )
1196 if ( FT_ALLOC( string, len + 1 ) )
  /xsrc/external/mit/freetype/dist/builds/mac/
ftmac.c 1014 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
1130 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) )

Completed in 36 milliseconds

1 2