Searched refs:old_max (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftgloadr.c | 211 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local 216 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints() 218 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints() 232 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints() 236 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints() 237 old_max ); in FT_GlyphLoader_CheckPoints() 247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints() 250 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints() 285 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckSubGlyphs() local 292 old_max = loader->max_subglyphs; in FT_GlyphLoader_CheckSubGlyphs() [all …]
|
A D | ftstroke.c | 320 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() local 325 if ( new_max > old_max ) in ft_stroke_border_grow() 327 FT_UInt cur_max = old_max; in ft_stroke_border_grow() 334 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()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 48 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local 49 FT_Int new_max = old_max; in af_axis_hints_new_segment() 53 if ( old_max >= big_max ) in af_axis_hints_new_segment() 93 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local 94 FT_Int new_max = old_max; in af_axis_hints_new_edge() 98 if ( old_max >= big_max ) in af_axis_hints_new_edge() 564 FT_UInt old_max, new_max; in af_glyph_hints_reload() local 582 old_max = hints->max_contours; in af_glyph_hints_reload() 583 if ( new_max > old_max ) in af_glyph_hints_reload() 599 old_max = hints->max_points; in af_glyph_hints_reload() [all …]
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local 70 if ( new_max > old_max ) in ps_hint_table_ensure() 74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure() 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local 145 if ( new_max > old_max ) in ps_mask_ensure() 148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure() 237 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local 242 if ( new_max > old_max ) in ps_mask_table_ensure() 245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttcmap.c | 2740 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() local 2748 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
|
Completed in 17 milliseconds