Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftgloadr.c225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || in FT_GlyphLoader_CheckPoints()
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
231 if ( FT_RENEW_ARRAY( loader->base.extra_points, in FT_GlyphLoader_CheckPoints()
257 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) ) in FT_GlyphLoader_CheckPoints()
296 if ( FT_RENEW_ARRAY( base->subglyphs, old_max, new_max ) ) in FT_GlyphLoader_CheckSubGlyphs()
A Dftstroke.c334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
A Dftobjs.c3249 if ( FT_RENEW_ARRAY( face->charmaps, in FT_CMap_Done()
3308 if ( FT_RENEW_ARRAY( face->charmaps, in FT_CMap_New()
/AliOS-Things-master/components/freetype/src/cache/
A Dftccache.c139 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize()
193 if ( FT_RENEW_ARRAY( cache->buckets, in ftc_cache_resize()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c479 if ( FT_RENEW_ARRAY( list->field, oldsize, newsize ) ) in _bdf_list_ensure()
748 if ( FT_RENEW_ARRAY( buf, buf_size, new_size ) ) in _bdf_readstream()
1042 if ( FT_RENEW_ARRAY( font->user_props, in bdf_create_property()
1142 if ( FT_RENEW_ARRAY( font->comments, in _bdf_add_comment()
1366 if ( FT_RENEW_ARRAY( font->props, in _bdf_add_property()
1673 if ( FT_RENEW_ARRAY( font->glyphs, in _bdf_parse_glyphs()
1697 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
2490 if ( FT_RENEW_ARRAY( p->font->comments, in bdf_load_font()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) in af_axis_hints_new_segment()
108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) ) in af_axis_hints_new_edge()
587 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) ) in af_glyph_hints_reload()
604 if ( FT_RENEW_ARRAY( hints->points, old_max, new_max ) ) in af_glyph_hints_reload()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrgload.c297 if ( FT_RENEW_ARRAY( glyph->x_control, in pfr_glyph_load_simple()
611 if ( FT_RENEW_ARRAY( glyph->subs, glyph->max_subs, new_max ) ) in pfr_glyph_load_compound()
A Dpfrload.c371 if ( FT_RENEW_ARRAY( phy_font->strikes, in pfr_extra_item_load_bitmap_info()
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count ); in ps_unicodes_init()
/AliOS-Things-master/components/freetype/src/lzw/
A Dftzopen.c136 if ( FT_RENEW_ARRAY( state->stack, old_size, new_size ) ) in ft_lzwstate_stack_grow()
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h321 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/AliOS-Things-master/components/freetype/src/cid/
A Dcidload.c446 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c853 if ( FT_RENEW_ARRAY( encoding, nencoding, k ) ) in pcf_get_encodings()

Completed in 33 milliseconds