Home | History | Annotate | Download | only in opts

Lines Matching defs:dst

24         SkPMColor* dst = destination;
28 *dst++ = color;
29 *dst++ = color;
30 *dst++ = color;
31 *dst++ = color;
36 *dst++ = color;
61 SkPMColor* dst = destination;
64 while (((size_t)dst) & 0x0F) {
65 *dst++ = color;
68 __m128i *d = reinterpret_cast<__m128i*>(dst);
98 dst = reinterpret_cast<uint32_t*>(d);
105 *dst++ = color;