Home | History | Annotate | Download | only in tests

Lines Matching refs:expectedDirs

2354                 SkPathPriv::FirstDirection expectedDirs[2];
2361 expectedDirs[0] = SkPathPriv::kCW_FirstDirection;
2363 expectedDirs[0] = SkPathPriv::kCCW_FirstDirection;
2365 expectedDirs[1] = tests[testIndex].fDirection;
2369 REPORTER_ASSERT(reporter, expectedDirs[0] == SkPathPriv::AsFirstDirection(computedDirs[0]));
2370 REPORTER_ASSERT(reporter, expectedDirs[1] == SkPathPriv::AsFirstDirection(computedDirs[1]));