Home | History | Annotate | Download | only in pathops

Lines Matching refs:iB

87     for (int iB = 0; iB < 2; ++iB) {
88 if ((t = a.exactPoint(b[iB])) >= 0) {
89 insert(t, iB, b[iB]);
128 for (int iB = 0; iB < 2; ++iB) {
129 if ((t = a.nearPoint(b[iB])) >= 0) {
130 insert(t, iB, b[iB]);