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

  /external/skia/gm/
gm_expectations.cpp 139 fAllowedResultDigests.push_back(GmResultDigest(bitmap));
145 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
177 fAllowedResultDigests.push_back(GmResultDigest(allowedDigests[i]));
184 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
185 GmResultDigest allowedResultDigest = this->fAllowedResultDigests[i];
195 if (!this->fAllowedResultDigests.empty()) {
196 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
197 allowedDigestArray.append(this->fAllowedResultDigests[i].asJsonTypeValuePair());
gm_expectations.h 138 bool empty() const { return this->fAllowedResultDigests.empty(); }
165 SkTArray<GmResultDigest> fAllowedResultDigests;

Completed in 26 milliseconds