Home | History | Annotate | Download | only in base

Lines Matching refs:old_max

320     FT_UInt   old_max = border->max_points;
325 if ( new_max > old_max )
327 FT_UInt cur_max = old_max;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )