OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testStepArray
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
CanvasTest.cpp
291
static SkTDArray<CanvasTestStep*>&
testStepArray
() {
299
*
testStepArray
().append() = this;
611
for (int testStep = 0; testStep <
testStepArray
().count(); testStep++) {
612
TestOverrideStateConsistency(reporter, d,
testStepArray
()[testStep]);
613
if (
testStepArray
()[testStep]->enablePdfTesting()) {
614
TestPdfDevice(reporter, d,
testStepArray
()[testStep]);
/external/skqp/tests/
CanvasTest.cpp
291
static SkTDArray<CanvasTestStep*>&
testStepArray
() {
299
*
testStepArray
().append() = this;
611
for (int testStep = 0; testStep <
testStepArray
().count(); testStep++) {
612
TestOverrideStateConsistency(reporter, d,
testStepArray
()[testStep]);
613
if (
testStepArray
()[testStep]->enablePdfTesting()) {
614
TestPdfDevice(reporter, d,
testStepArray
()[testStep]);
Completed in 188 milliseconds