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

/external/skia/gm/
H A Dshadertext.cpp182 static const int testsPerCol = 8; local
189 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
190 SkIntToScalar((i % testsPerCol) * rowHeight));
196 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
197 SkIntToScalar((i % testsPerCol) * rowHeight));
/external/skia/samplecode/
H A DSampleShaderText.cpp183 static const int testsPerCol = 8; local
190 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
191 SkIntToScalar((i % testsPerCol) * rowHeight));
197 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
198 SkIntToScalar((i % testsPerCol) * rowHeight));

Completed in 65 milliseconds