Searched defs:SK_GAMMA_EXPONENT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPostConfig.h417 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)
418 # error "cannot define both SK_GAMMA_EXPONENT and SK_GAMMA_SRGB"
420 # define SK_GAMMA_EXPONENT (0.0f) macro
421 #elif !defined(SK_GAMMA_EXPONENT)
422 # define SK_GAMMA_EXPONENT (2.2f) macro
/external/skia/include/core/
H A DSkPostConfig.h417 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)
418 # error "cannot define both SK_GAMMA_EXPONENT and SK_GAMMA_SRGB"
420 # define SK_GAMMA_EXPONENT (0.0f) macro
421 #elif !defined(SK_GAMMA_EXPONENT)
422 # define SK_GAMMA_EXPONENT (2.2f) macro
H A DSkUserConfig.h235 #define SK_GAMMA_EXPONENT 1.4 macro

Completed in 94 milliseconds