Home
last modified time | relevance | path

Searched refs:kPremul (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/effects/
DGrSRGBEffect.cpp49 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
57 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
121 return GrSRGBEffect::Make(testMode, Alpha::kPremul); in TestCreate()
DGrSRGBEffect.h21 kPremul, enumerator
/external/skia/src/gpu/effects/
DGrSRGBEffect.cpp49 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
58 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
122 return GrSRGBEffect::Make(testMode, Alpha::kPremul); in TestCreate()
DGrSRGBEffect.h21 kPremul, enumerator
/external/skia/src/opts/
DSkSwizzler_opts.h371 template <bool kPremul>
378 if (kPremul) { in expand_grayA()
403 if (kPremul) { in expand_grayA()
421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable; in expand_grayA()
/external/skqp/src/opts/
DSkSwizzler_opts.h371 template <bool kPremul>
378 if (kPremul) { in expand_grayA()
403 if (kPremul) { in expand_grayA()
421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable; in expand_grayA()
/external/skqp/src/core/
DSkColorFilter.cpp217 GrSRGBEffect::Alpha alpha = GrSRGBEffect::Alpha::kPremul; in asFragmentProcessor()
/external/skia/src/core/
DSkColorFilter.cpp219 GrSRGBEffect::Alpha alpha = GrSRGBEffect::Alpha::kPremul; in asFragmentProcessor()