Home | History | Annotate | Download | only in images

Lines Matching refs:SK_RESTRICT

785 typedef void (*WriteScanline)(uint8_t* SK_RESTRICT dst,
786 const void* SK_RESTRICT src, int width,
787 const SkPMColor* SK_RESTRICT ctable);
789 static void Write_32_YUV(uint8_t* SK_RESTRICT dst,
790 const void* SK_RESTRICT srcRow, int width,
792 const uint32_t* SK_RESTRICT src = (const uint32_t*)srcRow;
806 static void Write_4444_YUV(uint8_t* SK_RESTRICT dst,
807 const void* SK_RESTRICT srcRow, int width,
809 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)srcRow;
823 static void Write_16_YUV(uint8_t* SK_RESTRICT dst,
824 const void* SK_RESTRICT srcRow, int width,
826 const uint16_t* SK_RESTRICT src = (const uint16_t*)srcRow;
840 static void Write_Index_YUV(uint8_t* SK_RESTRICT dst,
841 const void* SK_RESTRICT srcRow, int width,
842 const SkPMColor* SK_RESTRICT ctable) {
843 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcRow;