HomeSort by relevance Sort by last modified time
    Searched refs:FT_ALLOC (Results 1 - 25 of 28) sorted by null

1 2

  /external/freetype/src/base/
basepic.c 59 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
ftinit.c 154 if ( FT_ALLOC(classes, sizeof(FT_Module_Class*) * (FT_NUM_MODULE_CLASSES + 1) ) )
ftrfork.c 492 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
528 if ( FT_ALLOC( newpath, base_file_len + 18 ) )
764 if ( FT_ALLOC( new_name, new_length + 1 ) )
ftutil.c 438 FT_Alloc( FT_Memory memory,
445 (void)FT_ALLOC( *P, size );
ftobjs.c 302 (void)FT_ALLOC( slot->bitmap.buffer, size );
389 if ( !FT_ALLOC( slot, clazz->slot_object_size ) )
    [all...]
ftglyph.c 290 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
  /external/freetype/src/pshinter/
pshpic.c 52 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
  /external/freetype/src/autofit/
afpic.c 60 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
afglobal.c 194 if ( !FT_ALLOC( globals, sizeof ( *globals ) +
284 if ( FT_ALLOC( metrics, clazz->script_metrics_size ) )
  /external/freetype/src/psnames/
pspic.c 58 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
  /external/freetype/src/raster/
rastpic.c 63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
  /external/freetype/src/smooth/
ftspic.c 63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
ftsmooth.c 221 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
  /external/freetype/src/truetype/
ttpic.c 59 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
ttgxvar.c 708 if ( FT_ALLOC( mmvar, face->blend->mmvar_len ) )
787 if ( FT_ALLOC( mmvar, face->blend->mmvar_len ) )
    [all...]
  /external/freetype/include/freetype/internal/
ftserv.h 269 if ( FT_ALLOC( clazz, sizeof(*clazz)*2 ) ) \
298 if ( FT_ALLOC( clazz, sizeof(*clazz)*3 ) ) \
329 if ( FT_ALLOC( clazz, sizeof(*clazz)*4 ) ) \
363 if ( FT_ALLOC( clazz, sizeof(*clazz)*5 ) ) \
399 if ( FT_ALLOC( clazz, sizeof(*clazz)*6 ) ) \
438 if ( FT_ALLOC( clazz, sizeof(*clazz)*7 ) ) \
    [all...]
ftdriver.h 373 if ( FT_ALLOC( clazz, sizeof(*clazz) ) ) \
ftobjs.h     [all...]
ftmemory.h 260 #define FT_ALLOC( ptr, size ) \
309 FT_Alloc( FT_Memory memory,
  /external/freetype/src/cff/
cffpic.c 73 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
cffdrivr.c 335 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
cffload.c 405 ( !pool || !FT_ALLOC( new_bytes,
586 if ( !FT_ALLOC( name, byte_len + 1 ) )
    [all...]
  /external/freetype/src/sfnt/
sfntpic.c 70 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
sfdriver.c 257 if ( !FT_ALLOC( result, name->stringLength + 1 ) )
299 if ( !FT_ALLOC( result, len + 1 ) )
  /external/freetype/src/psaux/
psobjs.c 126 if ( FT_ALLOC( table->block, new_size ) )
252 if ( FT_ALLOC( table->block, table->cursor ) )
975 if ( cur >= limit || FT_ALLOC( result, len + 1 ) )
1178 if ( FT_ALLOC( string, len + 1 ) )
    [all...]

Completed in 705 milliseconds

1 2