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

/external/skia/src/core/
H A DSkXfermodeU64.cpp55 template <DstType D> uint64_t store_to_dst(const Sk4f& x4) { function
79 dst[i] = store_to_dst<D>(lerp_by_coverage(r4, d4, aa[i]));
85 dst[i] = store_to_dst<D>(r4);
99 dst[i] = store_to_dst<D>(lerp_by_coverage(r4, d4, aa[i]));
105 dst[i] = store_to_dst<D>(r4);
125 dst[i] = store_to_dst<D>(d4 * Sk4f((255 - aa[i]) * 1.0f/255));
148 dst[i] = store_to_dst<D>(lerp_by_coverage(s4, d4, aa[i]));
151 sk_memset64(dst, store_to_dst<D>(s4), count);
161 dst[i] = store_to_dst<D>(lerp_by_coverage(s4, d4, aa[i]));
166 dst[i] = store_to_dst<
[all...]

Completed in 342 milliseconds