Lines Matching defs:count
89 int count = SkToInt(bfchar.size() - i);90 count = std::min(count, 100);91 cmap->writeDecAsText(count);93 for (int j = 0; j < count; ++j) {109 int count = SkToInt(bfrange.size() - i);110 count = std::min(count, 100);111 cmap->writeDecAsText(count);113 for (int j = 0; j < count; ++j) {