Lines Matching defs:count
318 int count = 1;
327 count++;
336 if (count == 3) {
347 count--;
369 // The first winding count will come from the actual triangle we emit. The remaining counts
1586 int64_t count = 0;
1589 count += (poly->fCount - 2) * (TRIANGULATOR_WIREFRAME ? 6 : 3);
1592 return count;
1602 int count = count64;
1608 void* verts = vertexAllocator->lock(vertexStride, count);
1614 TESS_LOG("emitting %d verts\n", count);
1619 SkASSERT(actualCount <= count);