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

  /external/skia/src/effects/gradients/
Sk4fLinearGradient.h 29 void shadePremulSpan(int x, int y, DstType[], int count) const;
Sk4fLinearGradient.cpp 176 this->shadePremulSpan<SkPMColor, false>(x, y, dst, count);
178 this->shadePremulSpan<SkPMColor, true>(x, y, dst, count);
187 this->shadePremulSpan<SkPM4f, false>(x, y, dst, count);
189 this->shadePremulSpan<SkPM4f, true>(x, y, dst, count);
195 LinearGradient4fContext::shadePremulSpan(int x, int y,

Completed in 76 milliseconds