Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSkpClipTest.cpp871 TestState& testState = testRunner.fRunnables[dirNo - 1]->fState; in DEF_TEST() local
872 SkASSERT(testState.fResult.fDirNo == dirNo); in DEF_TEST()
873 for (int inner = 0; inner < testState.fPixelWorst.count(); ++inner) { in DEF_TEST()
874 addError(&state, testState.fPixelWorst[inner]); in DEF_TEST()
876 for (int inner = 0; inner < testState.fSlowest.count(); ++inner) { in DEF_TEST()
877 addError(&state, testState.fSlowest[inner]); in DEF_TEST()
/external/skia/src/animator/
DSkAnimateActive.cpp78 SkActive::SkState& testState = fState[oldCount + index]; in append() local
83 testState.fBegin == oldState.fBegin) { in append()
87 testState.fSave = oldState.fSave; in append()