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

/external/skia/tests/
H A DRecorderTest.cpp24 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); }
27 void operator()(const T&) { ++fHistogram[T::kType]; }
30 int count() const { return fHistogram[T::kType]; }
39 int fHistogram[kRecordTypes]; member in class:Tally
/external/skqp/tests/
H A DRecorderTest.cpp24 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); }
27 void operator()(const T&) { ++fHistogram[T::kType]; }
30 int count() const { return fHistogram[T::kType]; }
39 int fHistogram[kRecordTypes]; member in class:Tally

Completed in 178 milliseconds