Home
last modified time | relevance | path

Searched refs:fHistogram (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DRecorderTest.cpp24 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