Searched refs:FT_RENEW_ARRAY (Results 1 - 18 of 18) sorted by relevance

/external/freetype/src/base/
H A Dftgloadr.c226 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
227 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
232 if ( FT_RENEW_ARRAY( loader->base.extra_points,
258 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) )
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftstroke.c344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
H A Dftobjs.c3425 if ( FT_RENEW_ARRAY( face->charmaps,
3484 if ( FT_RENEW_ARRAY( face->charmaps,
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c226 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
227 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
232 if ( FT_RENEW_ARRAY( loader->base.extra_points,
258 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) )
297 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftstroke.c344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
H A Dftobjs.c3290 if ( FT_RENEW_ARRAY( face->charmaps,
3349 if ( FT_RENEW_ARRAY( face->charmaps,
/external/freetype/src/cache/
H A Dftccache.c139 if ( FT_RENEW_ARRAY( cache->buckets,
193 if ( FT_RENEW_ARRAY( cache->buckets,
/external/freetype/include/freetype/internal/
H A Dftmemory.h336 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/freetype/src/autofit/
H A Dafhints.c80 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
145 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) )
759 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
788 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) )
/external/freetype/src/psnames/
H A Dpsmodule.c383 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftmemory.h329 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/pdfium/third_party/freetype/src/psnames/
H A Dpsmodule.c380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
/external/freetype/src/pshinter/
H A Dpshrec.c74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) )
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.c74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) )
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
/external/freetype/src/pfr/
H A Dpfrload.c371 if ( FT_RENEW_ARRAY( phy_font->strikes,
/external/pdfium/third_party/freetype/src/cid/
H A Dcidload.c450 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
/external/freetype/src/sfnt/
H A Dttload.c968 (void)FT_RENEW_ARRAY( table->names,
H A Dsfobjs.c1509 (void)FT_RENEW_ARRAY( sbit_strike_map, count, bsize_idx );

Completed in 409 milliseconds