Home | History | Annotate | Download | only in pathops

Lines Matching refs:endIndex

76     int endIndex = 2;
77 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
78 --endIndex;
79 if (endIndex == 0) {
84 if (!quad.isLinear(startIndex, endIndex)) {
282 int endIndex = 3;
283 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
284 --endIndex;
285 if (endIndex == 0) {
290 if (!cubic.isLinear(startIndex, endIndex)) {