Home
last modified time | relevance | path

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

/third_party/flutter/skia/bench/
Dnanobench.cpp634 , fCurrentSVG(0) in BenchmarkStream()
822 while (fCurrentSVG++ < fSVGs.count()) { in rawNext()
823 const char* path = fSVGs[fCurrentSVG - 1].c_str(); in rawNext()
833 fCurrentSVG = 0; in rawNext()
1108 int fCurrentSVG; member in BenchmarkStream
/third_party/skia/bench/
Dnanobench.cpp829 while (fCurrentSVG < fSVGs.count()) { in rawNext()
830 const char* path = fSVGs[fCurrentSVG++].c_str(); in rawNext()
840 fCurrentSVG = 0; in rawNext()
1129 int fCurrentSVG = 0; member in BenchmarkStream