Searched refs:max_color_distance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc240 // the value of 'max_color_distance' defined in a TestedPixel instance.
253 float max_color_distance; member in struct:__anon10682::TestedPixel
303 std::max(tested_pixel.max_color_distance,
580 // const float max_color_distance = 5.0f;
581 const float max_color_distance = 12.1f; local
619 EXPECT_LE(distance, max_color_distance)
627 if (distance > max_color_distance) {

Completed in 33 milliseconds