Searched refs:FT_RENEW_ARRAY (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftgloadr.c | 234 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()
|
D | ftstroke.c | 344 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/ |
D | pshrec.c | 73 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/ |
D | pfrgload.c | 299 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()
|
D | pfrload.c | 479 if ( FT_RENEW_ARRAY( phy_font->strikes, in pfr_extra_item_load_bitmap_info()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 178 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/ |
D | ftmemory.h | 344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftccache.c | 137 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdflib.c | 1495 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/ |
D | sfwoff2.c | 977 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/ |
D | ChangeLog.21 | 682 (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/ |
D | CHANGES | 3847 with FT_NEW_ARRAY and FT_RENEW_ARRAY which do not take a
|