Searched refs:fCurrentScale (Results 1 – 1 of 1) sorted by relevance
547 , fCurrentScale(0) in BenchmarkStream()677 while (fCurrentScale < fScales.count()) { in rawNext()701 return new SKPBench(name.c_str(), pic.get(), fClip, fScales[fCurrentScale], in rawNext()708 fCurrentScale++; in rawNext()943 SkASSERT_RELEASE(fCurrentScale < fScales.count()); // debugging paranoia in fillCurrentOptions()944 log->configOption("scale", SkStringPrintf("%.2g", fScales[fCurrentScale]).c_str()); in fillCurrentOptions()985 int fCurrentScale; member in BenchmarkStream