Lines Matching defs:expected
44 // Provides fluent API to describe actual clip commands and expected clip elements:
74 std::vector<ClipStack::Element> expected)
78 , fExpectedElements(std::move(expected))
94 // The expected output of iterating over the ClipStack after all fElements are added, although
342 "%s, clip state expected %d, actual %d",
351 "%s, bounds expected [%d %d %d %d], actual [%d %d %d %d]",
370 // shouldn't match multiple expected elements or it's a bad test case
382 "%s, did not match all expected elements: expected %d but matched only %d",
391 "expected %d but got %d", (int) oldState, (int) cs.clipState());
405 // always produce the same set of expected elements.
1679 // Tests that replaceClip() works as expected across save/restores
1795 // Tests preApply works as expected for device rects, rrects, and reports clipped-out, etc. as
1796 // expected.
2091 REPORTER_ASSERT(r, priorKey != newKey, "Did not generate a new SW mask key as expected");
2114 REPORTER_ASSERT(r, SkToBool(proxy), "Unable to find resource for expected mask key");
2118 REPORTER_ASSERT(r, !SkToBool(proxy), "SW mask not released as expected");