Lines Matching refs:md5
82 static void LoadKnownDigest(std::string md5) {
83 gKnownDigests.insert(md5);
111 * "hash" - a string which is the md5 hash of the pixel contents and the metadata.
165 // Now we need to encode to PNG and get the md5 hash of the pixels (and colorspace and stuff).
168 SkString md5;
173 md5.appendf("%02x", digest.data[i]);
176 auto ok = gKnownDigests.find(md5.c_str());
183 hashAndEncode->encodePNG(&stream, md5.c_str(), empty, empty);
197 gKnownDigests.emplace(md5.c_str());
199 result.set("hash", md5.c_str());