Home | History | Annotate | Download | only in pathops

Lines Matching defs:endIndex

40     int endIndex = 2;
41 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
42 --endIndex;
43 if (endIndex == 0) {
48 if (!quad.isLinear(startIndex, endIndex)) {
160 int endIndex = 3;
161 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
162 --endIndex;
163 if (endIndex == 0) {
168 if (!cubic.isLinear(startIndex, endIndex)) {