Home | History | Annotate | Download | only in gm

Lines Matching defs:GmResultDigest

50     // GmResultDigest class...
52 GmResultDigest::GmResultDigest(const SkBitmap &bitmap) {
56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
59 SkDebugf("found non-array json value when parsing GmResultDigest: %s\n",
63 SkDebugf("found json array with wrong size when parsing GmResultDigest: %s\n",
71 SkDebugf("found non-integer jsonHashValue when parsing GmResultDigest: %s\n",
81 bool GmResultDigest::isValid() const {
85 bool GmResultDigest::equals(const GmResultDigest &other) const {
91 Json::Value GmResultDigest::asJsonTypeValuePair() const {
104 SkString GmResultDigest::getHashType() const {
110 SkString GmResultDigest::getDigestValue() const {
128 fAllowedResultDigests.push_back(GmResultDigest(bitmap));
164 fAllowedResultDigests.push_back(GmResultDigest(allowedDigests[i]));
170 bool Expectations::match(GmResultDigest actualGmResultDigest) const {
172 GmResultDigest allowedResultDigest = this->fAllowedResultDigests[i];