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

/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceProperties.h23 float getGamma() const { return SK_GAMMA_EXPONENT; }
H A DSkPaint.cpp1663 rec->setDeviceGamma(SK_GAMMA_EXPONENT);
1664 rec->setPaintGamma(SK_GAMMA_EXPONENT);
/external/skia/include/core/
H A DSkUserConfig.h235 #define SK_GAMMA_EXPONENT 1.4 macro
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 DSkDeviceProperties.h86 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT };
/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/src/core/
H A DSkPaint.cpp1698 rec->setDeviceGamma(SK_GAMMA_EXPONENT);
1699 rec->setPaintGamma(SK_GAMMA_EXPONENT);

Completed in 275 milliseconds