Searched refs:FT_RENEW_ARRAY (Results 1 - 16 of 16) 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.c334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
H A Dftobjs.c3254 if ( FT_RENEW_ARRAY( face->charmaps,
3313 if ( FT_RENEW_ARRAY( face->charmaps,
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
231 if ( FT_RENEW_ARRAY( loader->base.extra_points,
257 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) )
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) )
H A Dftstroke.c334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
H A Dftobjs.c3258 if ( FT_RENEW_ARRAY( face->charmaps,
3317 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/src/autofit/
H A Dafhints.c80 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
144 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) )
638 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
667 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) )
/external/freetype/include/internal/
H A Dftmemory.h329 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/freetype/src/psnames/
H A Dpsmodule.c380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
/external/pdfium/third_party/freetype/include/internal/
H A Dftmemory.h321 #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 ) )
245 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.c446 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )

Completed in 209 milliseconds