Searched refs:bBytes (Results 1 – 2 of 2) sorted by relevance
85 const uint8_t* bBytes = (const uint8_t*)b.getPixels(); in MaxComponentDifference() local87 max = SkTMax(max, abs_diff(aBytes[i], bBytes[i])); in MaxComponentDifference()