Home
last modified time | relevance | path

Searched refs:FT_RENEW_ARRAY (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c234 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
235 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
240 if ( FT_RENEW_ARRAY( loader->base.extra_points, in FT_GlyphLoader_CheckPoints()
270 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
309 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) ) in FT_GlyphLoader_CheckSubGlyphs()
Dftstroke.c344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c73 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
147 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
241 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c299 if ( FT_RENEW_ARRAY( glyph->x_control, in pfr_glyph_load_simple()
614 if ( FT_RENEW_ARRAY( glyph->subs, glyph->max_subs, new_max ) ) in pfr_glyph_load_compound()
Dpfrload.c479 if ( FT_RENEW_ARRAY( phy_font->strikes, in pfr_extra_item_load_bitmap_info()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c178 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment()
243 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge()
900 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) ) in af_glyph_hints_reload()
929 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) ) in af_glyph_hints_reload()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.c137 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdflib.c1495 if ( FT_RENEW_ARRAY( font->glyphs, in _bdf_parse_glyphs()
1519 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c977 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()
1105 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.21682 (FT_NEW, FT_NEW_ARRAY, FT_RENEW_ARRAY, FT_QNEW, FT_QNEW_ARRAY,
8947 FT_NEW_ARRAY and FT_RENEW_ARRAY which take _typed_ pointer
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES3847 with FT_NEW_ARRAY and FT_RENEW_ARRAY which do not take a