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.cpp113 constexpr double kMaxGamma = 21474.83; variable
220 if (gamma <= 0.0 || gamma > kMaxGamma) { in DecodeInfoCallback()