Searched refs:SK_GAMMA_EXPONENT (Results 1 – 6 of 6) sorted by relevance
333 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)336 # define SK_GAMMA_EXPONENT (0.0f) macro337 #elif !defined(SK_GAMMA_EXPONENT)338 # define SK_GAMMA_EXPONENT (2.2f) macro
204 #define SK_GAMMA_EXPONENT 1.4 macro
58 SkScalar paintGamma = SK_GAMMA_EXPONENT;59 SkScalar deviceGamma = SK_GAMMA_EXPONENT;
293 U8CPU lum = SkColorSpaceLuminance::computeLuminance(SK_GAMMA_EXPONENT, filteredColor); in setupDfProcessor()
611 'SK_GAMMA_EXPONENT=1.4',
1464 rec->setDeviceGamma(SK_GAMMA_EXPONENT); in MakeRec()1465 rec->setPaintGamma(SK_GAMMA_EXPONENT); in MakeRec()