Home | History | Annotate | Download | only in base

Lines Matching defs:cur_max

327       FT_UInt    cur_max = old_max;
331 while ( cur_max < new_max )
332 cur_max += ( cur_max >> 1 ) + 16;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;