Searched refs:reportedIncorrectPixels (Results 1 – 2 of 2) sorted by relevance
729 uint32_t reportedIncorrectPixels = 0; in AreImagesSimilar() local738 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in AreImagesSimilar()739 reportedIncorrectPixels++; in AreImagesSimilar()
155 uint32_t reportedIncorrectPixels = 0; in compareRGBAPixels() local164 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in compareRGBAPixels()165 reportedIncorrectPixels++; in compareRGBAPixels()