OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:small_error_threshold_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
pixel_comparator.cc
68
small_error_threshold_
(small_error_threshold) {
123
if (abs_error_r <=
small_error_threshold_
&&
124
abs_error_g <=
small_error_threshold_
&&
125
abs_error_b <=
small_error_threshold_
&&
126
abs_error_a <=
small_error_threshold_
)
178
<<
small_error_threshold_
<< ": "
pixel_comparator.h
69
int
small_error_threshold_
;
member in class:cc::FuzzyPixelComparator
Completed in 375 milliseconds