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

  /external/skia/include/core/
SkUserConfig.h 206 #define SK_GAMMA_EXPONENT 1.4
SkPostConfig.h 366 #if defined(SK_GAMMA_EXPONENT) && defined(SK_GAMMA_SRGB)
367 # error "cannot define both SK_GAMMA_EXPONENT and SK_GAMMA_SRGB"
369 # define SK_GAMMA_EXPONENT (0.0f)
370 #elif !defined(SK_GAMMA_EXPONENT)
371 # define SK_GAMMA_EXPONENT (2.2f)

Completed in 2892 milliseconds