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

/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h4 #ifndef SK_GAMMA_EXPONENT
5 #define SK_GAMMA_EXPONENT (2.2f) macro
9 #undef SK_GAMMA_EXPONENT macro
10 #define SK_GAMMA_EXPONENT (0.0f) macro
95 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT };
/external/skia/include/core/
H A DSkDeviceProperties.h4 #ifndef SK_GAMMA_EXPONENT
5 #define SK_GAMMA_EXPONENT (2.2f) macro
9 #undef SK_GAMMA_EXPONENT macro
10 #define SK_GAMMA_EXPONENT (0.0f) macro
95 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT };
H A DSkUserConfig.h55 #define SK_GAMMA_EXPONENT 1.4 macro
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1678 rec->setDeviceGamma(SK_GAMMA_EXPONENT);
1679 rec->setPaintGamma(SK_GAMMA_EXPONENT);
/external/skia/src/core/
H A DSkPaint.cpp1689 rec->setDeviceGamma(SK_GAMMA_EXPONENT);
1690 rec->setPaintGamma(SK_GAMMA_EXPONENT);

Completed in 167 milliseconds