Searched refs:diffG (Results 1 – 1 of 1) sorted by relevance
87 int diffG = std::abs((int) SkColorGetG(orig) - (int) SkColorGetG(actual)); in DEF_TEST() local89 REPORTER_ASSERT(r, diffR <= 2 && diffG <= 1 && diffB <= 1); in DEF_TEST()