Searched defs:DstTraits (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/effects/gradients/
H A DSk4fGradientPriv.h62 struct DstTraits;
65 struct DstTraits<DstType::L32, premul> { struct in namespace:__anon17012
106 struct DstTraits<DstType::S32, premul> { struct in namespace:__anon17012
134 struct DstTraits<DstType::F16, premul> { struct in namespace:__anon17012
163 struct DstTraits<DstType::F32, premul> { struct in namespace:__anon17012
H A DSk4fLinearGradient.cpp16 void ramp(const Sk4f& c, const Sk4f& dc, typename DstTraits<dstType, premul>::Type dst[], int n) { argument
28 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst);
38 DstTraits<dstType, premul>::store(c0, dst++);
39 DstTraits<dstType, premul>::store(c1, dst++);
43 DstTraits<dstType, premul>::store(c0, dst);
72 DstTraits<DstType::S32, ApplyPremul::False>
74 DstTraits<DstType::S32, ApplyPremul::False>
79 DstTraits<DstType::S32, ApplyPremul::False>
220 typename DstTraits<dstType, premul>::Type dst[],
246 typename DstTraits<dstTyp
219 shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type dst[], int count) const argument
245 shadeSpanInternal(int x, int y, typename DstTraits<dstType, premul>::Type dst[], int count) const argument
[all...]
H A DSk4fGradientBase.cpp331 typename DstTraits<dstType, premul>::Type dst[],
358 typename DstTraits<dstType, premul>::Type dst[],
370 DstTraits<dstType, premul>::store(c, dst++);
440 fCc = DstTraits<dstType, premul>::load(i->fC0);
441 fDc = DstTraits<dstType, premul>::load(i->fDc);
330 shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type dst[], int count) const argument
357 shadeSpanInternal(int x, int y, typename DstTraits<dstType, premul>::Type dst[], int count) const argument

Completed in 166 milliseconds