Home
last modified time | relevance | path

Searched defs:fInvGamma (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dpngread.cxx861 double fInvGamma = ( fGamma <= 0.0 || fGamma > 10.0 ) ? 1.0 : ( 1.0 / fGamma ); in ImplGetGamma() local

Completed in 27 milliseconds