Searched refs:AF_EDGES_EMBEDDED (Results 1 – 5 of 5) sorted by relevance
301 #define AF_EDGES_EMBEDDED 12 /* number of embedded edges */ macro322 AF_EdgeRec edges[AF_EDGES_EMBEDDED];
110 if ( axis->num_edges < AF_EDGES_EMBEDDED ) in af_axis_hints_new_edge()115 axis->max_edges = AF_EDGES_EMBEDDED; in af_axis_hints_new_edge()
303 #define AF_EDGES_EMBEDDED 12 /* number of embedded edges */ macro324 AF_EdgeRec edges[AF_EDGES_EMBEDDED];
111 if ( axis->num_edges < AF_EDGES_EMBEDDED ) in af_axis_hints_new_edge()116 axis->max_edges = AF_EDGES_EMBEDDED; in af_axis_hints_new_edge()
3149 * src/autofit/afhints.h (AF_SEGMENTS_EMBEDDED, AF_EDGES_EMBEDDED):