Searched refs:repeat_axis (Results 1 – 1 of 1) sorted by relevance
1739 atp_axis repeat_axis; /* axis with multi-pspans */ in fg_add_new_strokes() local1743 repeat_axis = (nspans[X] > nspans[Y]) ? Y : X; in fg_add_new_strokes()1745 for (i = 0; i < nspans[repeat_axis]; i++) { in fg_add_new_strokes()1746 if (spans[repeat_axis][i].cum > cum) { in fg_add_new_strokes()1748 cum = spans[repeat_axis][i].cum; in fg_add_new_strokes()1759 if ((repeat_axis == X) && in fg_add_new_strokes()1763 } else if ((repeat_axis == Y) && in fg_add_new_strokes()