Searched refs:fHistogram (Results 1 – 2 of 2) sorted by relevance
24 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); } in Tally()27 void operator()(const T&) { ++fHistogram[T::kType]; } in operator ()()30 int count() const { return fHistogram[T::kType]; } in count()39 int fHistogram[kRecordTypes]; member in Tally