HomeSort by relevance Sort by last modified time
    Searched refs:SK_GAMMA_EXPONENT (Results 1 - 7 of 7) sorted by null

  /external/skia/include/core/
SkUserConfig.h 235 #define SK_GAMMA_EXPONENT 1.4
SkDeviceProperties.h 86 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT };
SkPostConfig.h 417 #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)
421 #elif !defined(SK_GAMMA_EXPONENT)
422 # define SK_GAMMA_EXPONENT (2.2f)
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 86 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT };
SkPostConfig.h 417 #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)
421 #elif !defined(SK_GAMMA_EXPONENT)
422 # define SK_GAMMA_EXPONENT (2.2f)
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]

Completed in 2262 milliseconds