Lines Matching defs:count
346 int count = fDict.count();
347 for (int index = 0; index < count; ++index) {
941 int count = 0;
946 ++count;
947 for (int index = 0; index < count; ++index) {
958 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor);
972 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor);
1056 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb));
1059 for (index = 0; index <= count - 1; ++index) {