HomeSort by relevance Sort by last modified time
    Searched refs:FT_RENEW_ARRAY (Results 1 - 9 of 9) sorted by null

  /external/freetype/src/base/
ftgloadr.c 224 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
225 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
230 if ( FT_RENEW_ARRAY( loader->base.extra_points,
256 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) )
292 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
ftstroke.c 334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
    [all...]
ftobjs.c     [all...]
  /external/freetype/src/cache/
ftccache.c 140 if ( FT_RENEW_ARRAY( cache->buckets,
194 if ( FT_RENEW_ARRAY( cache->buckets,
  /external/freetype/src/autofit/
afhints.c 52 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
97 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) )
599 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
616 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) )
  /external/freetype/include/freetype/internal/
ftmemory.h 293 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \
  /external/freetype/src/psnames/
psmodule.c 379 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
  /external/freetype/src/pshinter/
pshrec.c 74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) )
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
  /external/freetype/src/pfr/
pfrload.c 371 if ( FT_RENEW_ARRAY( phy_font->strikes,

Completed in 682 milliseconds