Searched refs:repeat_axis (Results 1 – 1 of 1) sorted by relevance
1740 atp_axis repeat_axis; /* axis with multi-pspans */ in fg_add_new_strokes() local1744 repeat_axis = (nspans[X] > nspans[Y]) ? Y : X; in fg_add_new_strokes()1746 for (i = 0; i < nspans[repeat_axis]; i++) { in fg_add_new_strokes()1747 if (spans[repeat_axis][i].cum > cum) { in fg_add_new_strokes()1749 cum = spans[repeat_axis][i].cum; in fg_add_new_strokes()1760 if ((repeat_axis == X) && in fg_add_new_strokes()1764 } else if ((repeat_axis == Y) && in fg_add_new_strokes()