Home | History | Annotate | Download | only in gm

Lines Matching defs:GmResultDigest

36     class GmResultDigest {
41 explicit GmResultDigest(const SkBitmap &bitmap);
48 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);
51 * Returns true if this GmResultDigest was fully and successfully
57 * Returns true if this and other GmResultDigest could
60 bool equals(const GmResultDigest &other) const;
84 * Encapsulates an SkBitmap and its GmResultDigest, guaranteed to keep them in sync.
91 const GmResultDigest fDigest;
144 bool match(GmResultDigest resultDigest) const;
164 SkTArray<GmResultDigest> fAllowedResultDigests;