Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceProperties.h18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT)
23 SkDeviceProperties(SkPixelGeometry geo, float gamma = SK_GAMMA_EXPONENT)
DSkPaint.cpp1467 rec->setDeviceGamma(SK_GAMMA_EXPONENT); in MakeRec()
1468 rec->setPaintGamma(SK_GAMMA_EXPONENT); in MakeRec()
/external/skia/include/core/
DSkPostConfig.h366 #if defined(SK_GAMMA_EXPONENT) && defined(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
DSkUserConfig.h206 #define SK_GAMMA_EXPONENT 1.4 macro
/external/skia/gyp/
Dcommon_conditions.gypi570 'SK_GAMMA_EXPONENT=1.4',