Searched defs:slotCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DTDStackNesterTest.cpp87 const int slotCount = SkTDStackNesterTester::GetSlotCount(); local
90 for (; count < 2 * slotCount; ++count) {
94 } else if (slotCount - 4 == count) {
/external/skia/tests/
H A DTDStackNesterTest.cpp87 const int slotCount = SkTDStackNesterTester::GetSlotCount(); local
90 for (; count < 2 * slotCount; ++count) {
94 } else if (slotCount - 4 == count) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp489 int SkOpSegment::debugShowWindingValues(int slotCount, int ofInterest) const { argument
494 SkTArray<char, true> slots(slotCount * 2);
495 memset(slots.begin(), ' ', slotCount * 2);
503 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
505 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
506 slots.begin() + slotCount);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp488 int SkOpSegment::debugShowWindingValues(int slotCount, int ofInterest) const { argument
493 SkTArray<char, true> slots(slotCount * 2);
494 memset(slots.begin(), ' ', slotCount * 2);
502 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
504 SkDebugf("%s id=%2d %.*s | %.*s\n", __FUNCTION__, fID, slotCount, slots.begin(), slotCount,
505 slots.begin() + slotCount);

Completed in 111 milliseconds