Home | History | Annotate | Download | only in gm

Lines Matching refs:GmResultDigest

57     // GmResultDigest class...
59 GmResultDigest::GmResultDigest(const SkBitmap &bitmap) {
63 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
66 gm_fprintf(stderr, "found non-array json value when parsing GmResultDigest: %s\n",
70 gm_fprintf(stderr, "found json array with wrong size when parsing GmResultDigest: %s\n",
79 "found non-integer jsonHashValue when parsing GmResultDigest: %s\n",
89 bool GmResultDigest::isValid() const {
93 bool GmResultDigest::equals(const GmResultDigest &other) const {
99 Json::Value GmResultDigest::asJsonTypeValuePair() const {
112 SkString GmResultDigest::getHashType() const {
118 SkString GmResultDigest::getDigestValue() const {
136 fAllowedResultDigests.push_back(GmResultDigest(bitmap));
168 fAllowedResultDigests.push_back(GmResultDigest(allowedDigests[i]));
174 bool Expectations::match(GmResultDigest actualGmResultDigest) const {
176 GmResultDigest allowedResultDigest = this->fAllowedResultDigests[i];