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

/external/skia/tests/
H A DCanvasTest.cpp261 static SkTDArray<CanvasTestStep*>& testStepArray() { function
269 *testStepArray().append() = this;
737 for (int testStep = 0; testStep < testStepArray().count(); testStep++) {
738 TestOverrideStateConsistency(reporter, d, testStepArray()[testStep]);
739 if (testStepArray()[testStep]->enablePdfTesting()) {
740 TestPdfDevice(reporter, d, testStepArray()[testStep]);

Completed in 163 milliseconds