Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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

Completed in 1 milliseconds