Home
last modified time | relevance | path

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

/external/skqp/bench/
DShapesBench.cpp52 , fNumShapes(numShapes) in ShapesBench()
94 fNumShapes = FLAGS_numShapes; in ShapesBench()
123 fName.appendf("_%i_%ix%i", fNumShapes, fShapesSize.width(), fShapesSize.height()); in onGetName()
149 fShapes.push_back_n(fNumShapes); in onDelayedSetup()
150 for (int i = 0; i < fNumShapes; i++) { in onDelayedSetup()
162 for (int i = 0; i < fNumShapes; i++) { in onDelayedSetup()
211 for (int i = 0; i < fNumShapes; i++) { in onDraw()
234 int fNumShapes; member in ShapesBench
/external/skia/bench/
DShapesBench.cpp54 , fNumShapes(numShapes) in ShapesBench()
96 fNumShapes = FLAGS_numShapes; in ShapesBench()
125 fName.appendf("_%i_%ix%i", fNumShapes, fShapesSize.width(), fShapesSize.height()); in onGetName()
151 fShapes.push_back_n(fNumShapes); in onDelayedSetup()
152 for (int i = 0; i < fNumShapes; i++) { in onDelayedSetup()
164 for (int i = 0; i < fNumShapes; i++) { in onDelayedSetup()
213 for (int i = 0; i < fNumShapes; i++) { in onDraw()
236 int fNumShapes; member in ShapesBench