Home | History | Annotate | Download | only in tools

Lines Matching defs:Expectation

18      * The digest of an image (either an image we have generated locally, or an image expectation).
93 * This is just an ImageDigest (or lack thereof, if there is no expectation) and a boolean
96 class Expectation {
99 * No expectation at all.
101 explicit Expectation(bool ignoreFailure=kDefaultIgnoreFailure);
106 explicit Expectation(const SkString &hashType, uint64_t hashValue,
112 explicit Expectation(const SkBitmap& bitmap,
130 * If this expectation DOES contain an image, and imageDigest doesn't match it,
195 * Returns the Expectation for this test.
203 Expectation getExpectation(const char *sourceName, const int *tileNumber=NULL);