Searched defs:shadePremulSpan (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/gradients/
H A DSk4fLinearGradient.cpp191 this->shadePremulSpan<DstType::L32,
194 this->shadePremulSpan<DstType::L32,
209 this->shadePremulSpan<DstType::F32,
212 this->shadePremulSpan<DstType::F32,
219 LinearGradient4fContext::shadePremulSpan(int x, int y, function in class:__anon17013::SkLinearGradient::LinearGradient4fContext
505 ctx->shadePremulSpan<DstType::L32, ApplyPremul::False>(
508 ctx->shadePremulSpan<DstType::L32, ApplyPremul::True>(
513 ctx->shadePremulSpan<DstType::S32, ApplyPremul::False>(
516 ctx->shadePremulSpan<DstType::S32, ApplyPremul::True>(
530 ctx->shadePremulSpan<DstTyp
[all...]
H A DSk4fGradientBase.cpp313 this->shadePremulSpan<DstType::L32, ApplyPremul::False>(x, y, dst, count);
315 this->shadePremulSpan<DstType::L32, ApplyPremul::True>(x, y, dst, count);
322 this->shadePremulSpan<DstType::F32, ApplyPremul::False>(x, y, dst, count);
324 this->shadePremulSpan<DstType::F32, ApplyPremul::True>(x, y, dst, count);
330 GradientShaderBase4fContext::shadePremulSpan(int x, int y, function in class:SkGradientShaderBase::GradientShaderBase4fContext

Completed in 111 milliseconds