HomeSort by relevance Sort by last modified time
    Searched refs:max_abs_error_limit_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/test/
pixel_comparator.h 67 int max_abs_error_limit_; member in class:cc::FuzzyPixelComparator
pixel_comparator.cc 74 max_abs_error_limit_(max_abs_error_limit),
176 max_abs_error_r > max_abs_error_limit_ ||
177 max_abs_error_g > max_abs_error_limit_ ||
178 max_abs_error_b > max_abs_error_limit_ ||
179 max_abs_error_a > max_abs_error_limit_) {

Completed in 1163 milliseconds