Home | History | Annotate | Download | only in gm

Lines Matching refs:GmResultDigest

47     class GmResultDigest {
52 GmResultDigest(const SkBitmap &bitmap);
59 GmResultDigest(const Json::Value &jsonTypeValuePair);
62 * Returns true if this GmResultDigest was fully and successfully
68 * Returns true if this and other GmResultDigest could
71 bool equals(const GmResultDigest &other) const;
95 * Encapsulates an SkBitmap and its GmResultDigest, guaranteed to keep them in sync.
102 const GmResultDigest fDigest;
145 bool match(GmResultDigest resultDigest) const;
165 SkTArray<GmResultDigest> fAllowedResultDigests;