Home | History | Annotate | Download | only in opts

Lines Matching defs:dst

25         SkPMColor* dst = destination;
29 *dst++ = color;
30 *dst++ = color;
31 *dst++ = color;
32 *dst++ = color;
37 *dst++ = color;
62 SkPMColor* dst = destination;
65 while (((size_t)dst) & 0x0F) {
66 *dst++ = color;
69 __m128i *d = reinterpret_cast<__m128i*>(dst);
99 dst = reinterpret_cast<uint32_t*>(d);
106 *dst++ = color;