Home
last modified time | relevance | path

Searched refs:shadeSpanInternal (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp197 this->shadeSpanInternal<premul, SkTileMode::kClamp >(x, y, dst, count, bias0, bias1); in shadePremulSpan()
200 this->shadeSpanInternal<premul, SkTileMode::kRepeat>(x, y, dst, count, bias0, bias1); in shadePremulSpan()
203 this->shadeSpanInternal<premul, SkTileMode::kMirror>(x, y, dst, count, bias0, bias1); in shadePremulSpan()
210 LinearGradient4fContext::shadeSpanInternal(int x, int y, SkPMColor dst[], int count, in shadeSpanInternal() function in __anon18951::SkLinearGradient::LinearGradient4fContext
H A DSk4fLinearGradient.h32 void shadeSpanInternal(int x, int y, SkPMColor dst[], int count,

Completed in 2 milliseconds