Lines Matching defs:dstRow

88         void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
91 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow;
113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
115 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow;
136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
138 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow;
159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
170 uint64_t* SK_RESTRICT dst = (uint64_t*) dstRow;
190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
193 uint16_t* dst = (uint16_t*) dstRow;
211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
214 SkPMColor* dst = (SkPMColor*) dstRow;
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
238 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
251 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
265 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
279 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
300 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
304 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
377 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
381 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
391 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
395 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
403 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
407 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
437 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
441 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
451 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
455 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
463 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
467 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
497 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
501 uint32_t* SK_RESTRICT dst = reinterpret_cast<uint32_t*>(dstRow);
673 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
677 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
689 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
693 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
727 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
731 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
763 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
768 auto dst32 = (uint32_t*)dstRow;