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

  /external/skia/src/shaders/gradients/
Sk4fLinearGradient.h 28 void shadePremulSpan(int x, int y, SkPMColor dst[], int count,
Sk4fLinearGradient.cpp 176 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1);
182 this->shadePremulSpan<ApplyPremul::True >(x, y, dst, count, bias0, bias1);
188 LinearGradient4fContext::shadePremulSpan(int x, int y, SkPMColor dst[], int count,
  /external/skqp/src/shaders/gradients/
Sk4fLinearGradient.h 28 void shadePremulSpan(int x, int y, SkPMColor dst[], int count,
Sk4fLinearGradient.cpp 176 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1);
182 this->shadePremulSpan<ApplyPremul::True >(x, y, dst, count, bias0, bias1);
188 LinearGradient4fContext::shadePremulSpan(int x, int y, SkPMColor dst[], int count,

Completed in 1014 milliseconds