Home | History | Annotate | Download | only in pathops

Lines Matching refs:slotCount

2983 int SkOpSegment::debugShowWindingValues(int slotCount, int ofInterest) const {
2988 SkTArray<char, true> slots(slotCount * 2);
2989 memset(slots.begin(), ' ', slotCount * 2);
2997 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
2999 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
3000 slots.begin() + slotCount);