Searched refs:max_edges (Results 1 – 3 of 3) sorted by relevance
116 axis->max_edges = AF_EDGES_EMBEDDED; in af_axis_hints_new_edge()119 else if ( axis->num_edges >= axis->max_edges ) in af_axis_hints_new_edge()121 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge()149 axis->max_edges = new_max; in af_axis_hints_new_edge()698 axis->max_edges = 0; in af_glyph_hints_done()
315 FT_Int max_edges; /* number of allocated edges */ member
756 (AF_AxisHintsRec): Add `max_segments' and `max_edges'.