HomeSort by relevance Sort by last modified time
    Searched refs:testsPerCol (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
shadertext.cpp 182 static const int testsPerCol = 8;
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/
SampleShaderText.cpp 183 static const int testsPerCol = 8;
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 38 milliseconds