Searched defs:GmResultDigest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.h36 class GmResultDigest { class in namespace:skiagm
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> fAllowedResultDigest
[all...]
H A Dgm_expectations.cpp50 // GmResultDigest class...
52 GmResultDigest::GmResultDigest(const SkBitmap &bitmap) { function in class:skiagm::GmResultDigest
56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) { function in class:skiagm::GmResultDigest
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
[all...]
/external/skia/gm/
H A Dgm_expectations.h36 class GmResultDigest { class in namespace:skiagm
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> fAllowedResultDigest
[all...]
H A Dgm_expectations.cpp50 // GmResultDigest class...
52 GmResultDigest::GmResultDigest(const SkBitmap &bitmap) { function in class:skiagm::GmResultDigest
56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) { function in class:skiagm::GmResultDigest
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
[all...]

Completed in 1185 milliseconds