Home
last modified time | relevance | path

Searched refs:kMaxGamma (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp108 const double kMaxGamma = 21474.83; // Maximum gamma accepted by png library. variable
223 if (gamma <= 0.0 || gamma > kMaxGamma) { in DecodeInfoCallback()