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

/external/skia/src/core/
H A DSkDeviceProperties.h18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT) argument
23 SkDeviceProperties(SkPixelGeometry geo, float gamma = SK_GAMMA_EXPONENT) argument
H A DSkPaint.cpp1467 rec->setDeviceGamma(SK_GAMMA_EXPONENT);
1468 rec->setPaintGamma(SK_GAMMA_EXPONENT);
/external/skia/include/core/
H A DSkUserConfig.h206 #define SK_GAMMA_EXPONENT 1.4 macro
H A DSkPostConfig.h366 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)
367 # error "cannot define both SK_GAMMA_EXPONENT and SK_GAMMA_SRGB"
369 # define SK_GAMMA_EXPONENT (0.0f) macro
370 #elif !defined(SK_GAMMA_EXPONENT)
371 # define SK_GAMMA_EXPONENT (2.2f) macro

Completed in 109 milliseconds