Searched refs:testsPerCol (Results 1 – 2 of 2) sorted by relevance
168 static const int testsPerCol = 8; in onDrawContent() local175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth), in onDrawContent()176 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth), in onDrawContent()183 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
160 static const int testsPerCol = 8; in onDraw() local167 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth), in onDraw()168 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()174 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth), in onDraw()175 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()