Home
last modified time | relevance | path

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

/external/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()
Dftobjs.c3648 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/
Dbdflib.c331 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/
Dftccache.c138 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/
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()
/external/freetype/src/autofit/
Dafhints.c80 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/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()
/external/freetype/src/psnames/
Dpsmodule.c394 (void)FT_RENEW_ARRAY( table->maps, in ps_unicodes_init()
/external/freetype/include/freetype/internal/
Dftmemory.h344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/external/freetype/src/lzw/
Dftzopen.c145 if ( FT_RENEW_ARRAY( state->stack, old_size, new_size ) ) in ft_lzwstate_stack_grow()
/external/freetype/src/sfnt/
Dsfwoff2.c988 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()
Dttload.c995 (void)FT_RENEW_ARRAY( table->names, in tt_face_load_name()
Dsfobjs.c1239 (void)FT_RENEW_ARRAY( sbit_strike_map, count, bsize_idx ); in sfnt_load_face()
/external/freetype/src/cid/
Dcidload.c555 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
/external/freetype/
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
/external/freetype/docs/
DCHANGES3697 with FT_NEW_ARRAY and FT_RENEW_ARRAY which do not take a