Lines Matching refs:SK_RESTRICT
62 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
65 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow;
87 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
89 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow;
108 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
110 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow;
131 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
133 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow;
156 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
177 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
198 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
221 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
225 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
238 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
249 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
252 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
266 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
287 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
291 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
354 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
358 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
366 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
370 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
380 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
384 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
408 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
412 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
438 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
442 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
465 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
469 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
479 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
483 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
507 SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
511 uint32_t* SK_RESTRICT dst = reinterpret_cast<uint32_t*>(dstRow);
580 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
584 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
611 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
615 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow;
647 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth,
952 void SkSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) {