Home | History | Annotate | Download | only in Intersection

Lines Matching refs:slots

4454         SkTDArray<char> slots;
4455 slots.setCount(slotCount * 2);
4456 memset(slots.begin(), ' ', slotCount * 2);
4462 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
4464 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
4466 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
4467 slots.begin() + slotCount);