Home | History | Annotate | Download | only in core

Lines Matching refs:SK_RESTRICT

15 static void S32_D565_Opaque(uint16_t* SK_RESTRICT dst,
16 const SkPMColor* SK_RESTRICT src, int count,
29 static void S32_D565_Blend(uint16_t* SK_RESTRICT dst,
30 const SkPMColor* SK_RESTRICT src, int count,
48 static void S32A_D565_Opaque(uint16_t* SK_RESTRICT dst,
49 const SkPMColor* SK_RESTRICT src, int count,
66 static void S32A_D565_Blend(uint16_t* SK_RESTRICT dst,
67 const SkPMColor* SK_RESTRICT src, int count,
90 static void S32_D565_Opaque_Dither(uint16_t* SK_RESTRICT dst,
91 const SkPMColor* SK_RESTRICT src,
108 static void S32_D565_Blend_Dither(uint16_t* SK_RESTRICT dst,
109 const SkPMColor* SK_RESTRICT src,
137 static void S32A_D565_Opaque_Dither(uint16_t* SK_RESTRICT dst,
138 const SkPMColor* SK_RESTRICT src,
171 static void S32A_D565_Blend_Dither(uint16_t* SK_RESTRICT dst,
172 const SkPMColor* SK_RESTRICT src,