Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleShaderText.cpp168 static const int testsPerCol = 8; in onDrawContent() local
175 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()
/external/skia/gm/
Dshadertext.cpp160 static const int testsPerCol = 8; in onDraw() local
167 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()