HomeSort by relevance Sort by last modified time
    Searched refs:GmResultDigest (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
gm_expectations.h 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
    [all...]
gm_expectations.cpp 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
    [all...]
gmmain.cpp 240 const GmResultDigest &bitmapDigest) {
764 * @param actualBitmapAndDigest the SkBitmap we actually generated, and its GmResultDigest
    [all...]
  /external/skia/tools/
skimage_main.cpp 215 skiagm::GmResultDigest resultDigest(bitmap);
218 failureArray->push_back().printf("decoded %s, but could not create a GmResultDigest.",

Completed in 169 milliseconds