Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDeviceProperties.h4 #ifndef SK_GAMMA_EXPONENT
5 #define SK_GAMMA_EXPONENT (2.2f) macro
9 #undef SK_GAMMA_EXPONENT
10 #define SK_GAMMA_EXPONENT (0.0f) macro
95 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT }; in MakeDefault()
DSkUserConfig.h55 #define SK_GAMMA_EXPONENT 1.4 macro
/external/chromium_org/third_party/skia/include/core/
DSkDeviceProperties.h4 #ifndef SK_GAMMA_EXPONENT
5 #define SK_GAMMA_EXPONENT (2.2f) macro
9 #undef SK_GAMMA_EXPONENT
10 #define SK_GAMMA_EXPONENT (0.0f) macro
95 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT }; in MakeDefault()
/external/chromium_org/skia/
Dskia_library.gypi200 'SK_GAMMA_EXPONENT=1.2',
207 'SK_GAMMA_EXPONENT=1.4',
/external/chromium_org/third_party/skia/src/core/
DSkPaint.cpp1678 rec->setDeviceGamma(SK_GAMMA_EXPONENT); in MakeRec()
1679 rec->setPaintGamma(SK_GAMMA_EXPONENT); in MakeRec()
/external/skia/src/core/
DSkPaint.cpp1689 rec->setDeviceGamma(SK_GAMMA_EXPONENT); in MakeRec()
1690 rec->setPaintGamma(SK_GAMMA_EXPONENT); in MakeRec()
/external/chromium_org/tools/gn/secondary/skia/
DBUILD.gn157 "SK_GAMMA_EXPONENT=1.2",
163 "SK_GAMMA_EXPONENT=1.4",