OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_error_threshold_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
pixel_comparator.h
69
int
small_error_threshold_
;
member in class:cc::FuzzyPixelComparator
pixel_comparator.cc
75
small_error_threshold_
(small_error_threshold) {
128
if (abs_error_r <=
small_error_threshold_
&&
129
abs_error_g <=
small_error_threshold_
&&
130
abs_error_b <=
small_error_threshold_
&&
131
abs_error_a <=
small_error_threshold_
)
183
<<
small_error_threshold_
<< ": "
Completed in 183 milliseconds