Searched refs:SK_GAMMA_EXPONENT (Results 1 – 5 of 5) sorted by relevance
18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT)23 SkDeviceProperties(SkPixelGeometry geo, float gamma = SK_GAMMA_EXPONENT)
1467 rec->setDeviceGamma(SK_GAMMA_EXPONENT); in MakeRec()1468 rec->setPaintGamma(SK_GAMMA_EXPONENT); in MakeRec()
366 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)369 # define SK_GAMMA_EXPONENT (0.0f) macro370 #elif !defined(SK_GAMMA_EXPONENT)371 # define SK_GAMMA_EXPONENT (2.2f) macro
206 #define SK_GAMMA_EXPONENT 1.4 macro
570 'SK_GAMMA_EXPONENT=1.4',