Home | History | Annotate | Download | only in src

Lines Matching refs:period

933 	int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
951 period = rep * fPtr->uw;
991 xe = dstx + min(xoff + period, width) - 1;
997 xoff += period;
1084 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
1099 period = rep * fPtr->uw;
1149 xe = dstx + min(xoff + period, width) - 1;
1155 xoff += period;
1190 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
1205 period = rep * fPtr->uw;
1255 xe = dstx + min(xoff + period, width) - 1;
1261 xoff += period;