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

12

/external/chromium_org/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 ) )
293 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.c3234 if ( FT_RENEW_ARRAY( face->charmaps,
3293 if ( FT_RENEW_ARRAY( face->charmaps,
/external/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.c3248 if ( FT_RENEW_ARRAY( face->charmaps,
3307 if ( FT_RENEW_ARRAY( face->charmaps,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 ) )
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.c139 if ( FT_RENEW_ARRAY( cache->buckets,
193 if ( FT_RENEW_ARRAY( cache->buckets,
/external/freetype/src/cache/
H A Dftccache.c139 if ( FT_RENEW_ARRAY( cache->buckets,
193 if ( FT_RENEW_ARRAY( cache->buckets,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) )
621 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
638 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) )
/external/freetype/src/autofit/
H A Dafhints.c63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) )
587 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
604 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) )
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftmemory.h321 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
/external/freetype/include/internal/
H A Dftmemory.h321 #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/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c439 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
/external/chromium_org/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h402 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h402 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c371 if ( FT_RENEW_ARRAY( phy_font->strikes,
/external/freetype/src/pfr/
H A Dpfrload.c371 if ( FT_RENEW_ARRAY( phy_font->strikes,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c435 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )

Completed in 276 milliseconds

12