Lines Matching defs:count
132 int count) {
138 REPORTER_ASSERT(reporter, count == counter);
358 static int count(const SkClipStack& stack) {
363 int count = 0;
365 for (element = iter.prev(); element; element = iter.prev(), ++count) {
368 return count;
400 REPORTER_ASSERT(reporter, 0 == count(stack));
402 REPORTER_ASSERT(reporter, 1 == count(stack));
404 REPORTER_ASSERT(reporter, 1 == count(stack));
411 REPORTER_ASSERT(reporter, 0 == count(stack));
413 REPORTER_ASSERT(reporter, 1 == count(stack));
415 REPORTER_ASSERT(reporter, 1 == count(stack));
422 REPORTER_ASSERT(reporter, 0 == count(stack));
424 REPORTER_ASSERT(reporter, 1 == count(stack));
426 REPORTER_ASSERT(reporter, 1 == count(stack));
428 REPORTER_ASSERT(reporter, 1 == count(stack));
436 REPORTER_ASSERT(reporter, 1 == count(stack));
440 REPORTER_ASSERT(reporter, 2 == count(stack));
444 REPORTER_ASSERT(reporter, 1 == count(stack));
449 REPORTER_ASSERT(reporter, 2 == count(stack));
451 REPORTER_ASSERT(reporter, 1 == count(stack));
457 REPORTER_ASSERT(reporter, 2 == count(stack));
459 REPORTER_ASSERT(reporter, 1 == count(stack));
480 REPORTER_ASSERT(reporter, 0 == count(stack));
482 REPORTER_ASSERT(reporter, 2 == count(stack));
484 REPORTER_ASSERT(reporter, 2 == count(stack));
491 REPORTER_ASSERT(reporter, 1 == count(stack));
493 REPORTER_ASSERT(reporter, 2 == count(stack));
517 REPORTER_ASSERT(reporter, 1 == count(stack));
530 REPORTER_ASSERT(reporter, 1 == count(stack));
543 REPORTER_ASSERT(reporter, 2 == count(stack));
556 REPORTER_ASSERT(reporter, 1 == count(stack));
569 REPORTER_ASSERT(reporter, 1 == count(stack));
582 REPORTER_ASSERT(reporter, 2 == count(stack));