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

/external/skia/tests/
H A DCanvasTest.cpp248 static SkTDArray<CanvasTestStep*>& testStepArray() { function
256 *testStepArray().append() = this;
685 for (int testStep = 0; testStep < testStepArray().count(); testStep++) {
686 TestOverrideStateConsistency(reporter, d, testStepArray()[testStep]);
687 if (testStepArray()[testStep]->enablePdfTesting()) {
688 TestPdfDevice(reporter, d, testStepArray()[testStep]);

Completed in 56 milliseconds