HomeSort by relevance Sort by last modified time
    Searched refs:fHistogram (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
RecorderTest.cpp 23 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); }
26 void operator()(const T&) { ++fHistogram[T::kType]; }
29 int count() const { return fHistogram[T::kType]; }
38 int fHistogram[kRecordTypes];
  /external/skia/tests/
RecorderTest.cpp 23 Tally() { sk_bzero(&fHistogram, sizeof(fHistogram)); }
26 void operator()(const T&) { ++fHistogram[T::kType]; }
29 int count() const { return fHistogram[T::kType]; }
38 int fHistogram[kRecordTypes];

Completed in 379 milliseconds