Home
last modified time | relevance | path

Searched refs:kFakeGamma (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkScalerContext.h36 kFakeGamma = 1 << 0, enumerator
38 kFakeGammaAndBoostContrast = kFakeGamma | kBoostContrast,
DSkScalerContext.cpp1099 if (!SkToBool(scalerContextFlags & SkScalerContextFlags::kFakeGamma)) { in MakeRecAndEffects()
/third_party/skia/src/core/
DSkScalerContext.h36 kFakeGamma = 1 << 0, enumerator
38 kFakeGammaAndBoostContrast = kFakeGamma | kBoostContrast,
DSkScalerContext.cpp1143 if (!SkToBool(scalerContextFlags & SkScalerContextFlags::kFakeGamma)) { in MakeRecAndEffects()