Lines Matching defs:index
151 int index = this->findRec(owner);
152 if (index >= 0) {
154 fTouches.removeShuffle(index);
215 int index = this->findRec(owner);
216 if (index < 0) {
221 Rec& rec = fTouches[index];
264 int index = this->findRec(owner);
265 if (index < 0) {
270 const Rec& rec = fTouches[index];
295 fTouches.removeShuffle(index);