Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx867 sal_uInt32 nGammaValue = ImplReadsal_uInt32(); in ImplGetGamma() local
868 double fGamma = ( ( VIEWING_GAMMA / DISPLAY_GAMMA ) * ( (double)nGammaValue / 100000 ) ); in ImplGetGamma()