/external/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()
|
D | ftobjs.c | 3648 if ( FT_RENEW_ARRAY( face->charmaps, in FT_CMap_Done() 3707 if ( FT_RENEW_ARRAY( face->charmaps, in FT_CMap_New()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 331 if ( FT_RENEW_ARRAY( list->field, oldsize, newsize ) ) in _bdf_list_ensure() 602 if ( FT_RENEW_ARRAY( buf, buf_size, new_size ) ) in _bdf_readstream() 847 if ( FT_RENEW_ARRAY( font->user_props, in bdf_create_property() 945 if ( FT_RENEW_ARRAY( font->comments, in _bdf_add_comment() 1169 if ( FT_RENEW_ARRAY( font->props, in _bdf_add_property() 1490 if ( FT_RENEW_ARRAY( font->glyphs, in _bdf_parse_glyphs() 1514 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs() 2292 if ( FT_RENEW_ARRAY( p->font->comments, in bdf_load_font()
|
/external/freetype/src/cache/ |
D | ftccache.c | 138 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize() 192 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize()
|
/external/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()
|
/external/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()
|
/external/freetype/src/autofit/ |
D | afhints.c | 80 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment() 145 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge() 802 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) ) in af_glyph_hints_reload() 831 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) ) in af_glyph_hints_reload()
|
/external/freetype/src/psnames/ |
D | psmodule.c | 394 (void)FT_RENEW_ARRAY( table->maps, in ps_unicodes_init()
|
/external/freetype/src/lzw/ |
D | ftzopen.c | 145 if ( FT_RENEW_ARRAY( state->stack, old_size, new_size ) ) in ft_lzwstate_stack_grow()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
|
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 988 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf() 1116 if ( FT_RENEW_ARRAY( glyph_buf, glyph_buf_size, size_needed ) ) in reconstruct_glyf() 2131 if ( FT_RENEW_ARRAY( indices, in woff2_open_font()
|
D | ttload.c | 995 (void)FT_RENEW_ARRAY( table->names, in tt_face_load_name()
|
D | sfobjs.c | 1239 (void)FT_RENEW_ARRAY( sbit_strike_map, count, bsize_idx ); in sfnt_load_face()
|
/external/freetype/src/cid/ |
D | cidload.c | 555 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
|
/external/freetype/ |
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
|
/external/freetype/docs/ |
D | CHANGES | 3697 with FT_NEW_ARRAY and FT_RENEW_ARRAY which do not take a
|