/external/freetype/src/pshinter/ |
pshpic.c | 57 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
/external/freetype/src/autofit/ |
afpic.c | 67 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
afglobal.c | 190 if ( !FT_ALLOC( globals, sizeof ( *globals ) + 280 if ( FT_ALLOC( metrics, clazz->script_metrics_size ) )
|
/external/freetype/src/base/ |
basepic.c | 65 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
ftinit.c | 169 if ( FT_ALLOC( classes, sizeof ( FT_Module_Class* ) *
|
ftrfork.c | 520 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 ) )
|
ftutil.c | 438 FT_Alloc( FT_Memory memory, 445 (void)FT_ALLOC( *P, size );
|
ftobjs.c | 307 (void)FT_ALLOC( slot->bitmap.buffer, size ); 394 if ( !FT_ALLOC( slot, clazz->slot_object_size ) ) [all...] |
ftglyph.c | 290 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
|
/external/freetype/src/psnames/ |
pspic.c | 71 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
/external/freetype/src/raster/ |
rastpic.c | 67 if ( FT_ALLOC( container, sizeof ( *container ) ) )
|
/external/freetype/src/smooth/ |
ftspic.c | 69 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
ftsmooth.c | 244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
|
/external/freetype/src/truetype/ |
ttpic.c | 75 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
/external/freetype/include/freetype/internal/ |
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 ) ) \ [all...] |
ftdriver.h | 372 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 | 111 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
/external/freetype/src/sfnt/ |
sfntpic.c | 107 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
|
sfdriver.c | 262 if ( !FT_ALLOC( result, name->stringLength + 1 ) ) 304 if ( !FT_ALLOC( result, len + 1 ) )
|
/external/freetype/src/cache/ |
ftcmru.c | 266 else if ( FT_ALLOC( node, list->clazz.node_size ) )
|
ftcsbits.c | 57 if ( !FT_ALLOC( sbit->buffer, size ) )
|
/external/freetype/src/psaux/ |
psobjs.c | 125 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 ) ) [all...] |
/external/freetype/src/pfr/ |
pfrload.c | 460 if ( FT_ALLOC( phy_font->font_id, len + 1 ) ) 655 if ( FT_ALLOC( result, len + 1 ) )
|