Searched refs:fTotalError (Results 1 – 10 of 10) sorted by relevance
76 int64_t fTotalError = 0; // sum of error for all bad pixels. member
70 result.fTotalError += error; in Check()
154 return (jlong)outcome.fTotalError; in Java_org_skia_skqp_SkQP_nExecuteGM()
471 outcome.fMaxError, outcome.fBadPixelCount, outcome.fTotalError); in makeReport()
75 int64_t fTotalError = 0; // sum of error for all bad pixels. member
460 outcome.fMaxError, outcome.fBadPixelCount, outcome.fTotalError); in makeReport()
73 if (result.fTotalError > 0) { in test_jitter()