Home | History | Annotate | Download | only in pathops

Lines Matching refs:peekLast

1226         int peekLast = span.fOtherIndex;
1227 while (++peekLast < otherCount && other->fTs[peekLast].fT == otherT)
1229 if (++peekStart == --peekLast) { // if there isn't a range, there's nothing to do
1257 for (int peekIndex = peekStart; peekIndex <= peekLast; ++peekIndex) {