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

/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp53 const double cMaxGamma = 21474.83; member in namespace:WebCore
301 if ((gamma <= 0.0) || (gamma > cMaxGamma)) {

Completed in 331 milliseconds