HomeSort by relevance Sort by last modified time
    Searched refs:shadePremulSpan (Results 1 - 4 of 4) sorted by null

  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 191 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,
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<DstType::F16, ApplyPremul::False>
    [all...]
Sk4fLinearGradient.h 34 void shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type[],
Sk4fGradientBase.h 87 void shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type[],
Sk4fGradientBase.cpp 313 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,

Completed in 1520 milliseconds