Home
last modified time | relevance | path

Searched refs:kUnpremul (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DCodecAnimTest.cpp98 constexpr SkAlphaType kUnpremul = kUnpremul_SkAlphaType; in DEF_TEST() local
127 { kOpaque, kUnpremul, kUnpremul, kUnpremul, kUnpremul, kUnpremul }, in DEF_TEST()
139 { kUnpremul, kUnpremul, kUnpremul, kUnpremul, kUnpremu in DEF_TEST()
[all...]
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp91 case Clamp::kUnpremul: in emitCode()
120 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make()
136 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make()
155 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset()
183 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset()
193 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make()
H A DGrBicubicEffect.h106 kUnpremul, // clamps rgba to 0..1 member in GrBicubicEffect::Clamp

Completed in 2 milliseconds