Searched refs:GmResultDigest (Results 1 - 9 of 9) 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...]
H A Dgmmain.cpp250 const GmResultDigest &bitmapDigest) {
794 * @param actualBitmapAndDigest the SkBitmap we actually generated, and its GmResultDigest
872 const GmResultDigest &actualResultDigest,
/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...]
H A Dgmmain.cpp249 const GmResultDigest &bitmapDigest) {
793 * @param actualBitmapAndDigest the SkBitmap we actually generated, and its GmResultDigest
871 const GmResultDigest &actualResultDigest,
/external/skia/dm/
H A DDMExpectations.h36 const skiagm::GmResultDigest digest(bitmap);
/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp257 * @param digest GmResultDigest, computed from the decoded bitmap, to compare to
276 static bool compare_to_expectations_if_necessary(const skiagm::GmResultDigest& digest,
288 failureArray->push_back().printf("decoded %s, but could not create a GmResultDigest.",
432 * @param digest GmResultDigest computed from decoding the stream the first time.
436 const skiagm::GmResultDigest& digest) {
453 skiagm::GmResultDigest lengthLessDigest(bm);
/external/skia/tools/
H A Dskimage_main.cpp257 * @param digest GmResultDigest, computed from the decoded bitmap, to compare to
276 static bool compare_to_expectations_if_necessary(const skiagm::GmResultDigest& digest,
288 failureArray->push_back().printf("decoded %s, but could not create a GmResultDigest.",
432 * @param digest GmResultDigest computed from decoding the stream the first time.
436 const skiagm::GmResultDigest& digest) {
453 skiagm::GmResultDigest lengthLessDigest(bm);

Completed in 162 milliseconds