Searched refs:thisR (Results 1 – 2 of 2) sorted by relevance
181 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); in compute_diff() local185 totalMismatchR += thisR; in compute_diff()189 int value = MAX3(thisR, thisG, thisB); in compute_diff()194 if (thisR > dr->fMaxMismatchR) { in compute_diff()195 dr->fMaxMismatchR = thisR; in compute_diff()
242 Rule thisR = grammar.getLocallyDefinedRule(currentRuleName);243 NFAState start = thisR.startState;258 NFAState end = thisR.stopState;