Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrSRGBEffect.cpp51 if (srgbe.alpha() == GrSRGBEffect::Alpha::kPremul) { in emitCode()
59 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.h382 template <bool kPremul>
390 if (kPremul) { in expand_grayA()
415 if (kPremul) { in expand_grayA()
433 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable; in expand_grayA()
/external/skia/src/core/
DSkColorFilter.cpp220 GrSRGBEffect::Alpha alpha = GrSRGBEffect::Alpha::kPremul; in asFragmentProcessor()