Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DShapesBench.cpp54 , fNumShapes(numShapes) in ShapesBench()
96 fNumShapes = FLAGS_numShapes; in ShapesBench()
125 fName.appendf("_%i_%ix%i", fNumShapes, fShapesSize.width(), fShapesSize.height());
151 fShapes.push_back_n(fNumShapes);
152 for (int i = 0; i < fNumShapes; i++) {
164 for (int i = 0; i < fNumShapes; i++) {
213 for (int i = 0; i < fNumShapes; i++) {
236 int fNumShapes; member in ShapesBench

Completed in 2 milliseconds