OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testsPerCol
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
shadertext.cpp
172
static const int
testsPerCol
= 8;
178
canvas->translate(SkIntToScalar((s /
testsPerCol
) * colWidth),
179
SkIntToScalar((s %
testsPerCol
) * rowHeight));
/external/skia/samplecode/
SampleShaderText.cpp
169
static const int
testsPerCol
= 8;
175
canvas->translate(SkIntToScalar((s /
testsPerCol
) * colWidth),
176
SkIntToScalar((s %
testsPerCol
) * rowHeight));
Completed in 559 milliseconds