| Index: src/opts/SkBlitRow_opts_SSE2.h
|
| diff --git a/src/opts/SkBlitRow_opts_SSE2.h b/src/opts/SkBlitRow_opts_SSE2.h
|
| index b443ec7f21338a8668c9297f609ac3be1bbb3a19..66bc95ab64a66abdeb1a7b61a10daf83ffd9996f 100644
|
| --- a/src/opts/SkBlitRow_opts_SSE2.h
|
| +++ b/src/opts/SkBlitRow_opts_SSE2.h
|
| @@ -28,3 +28,7 @@ void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t src[],
|
| SkColor color, int width, SkPMColor);
|
| void SkBlitLCD16OpaqueRow_SSE2(SkPMColor dst[], const uint16_t src[],
|
| SkColor color, int width, SkPMColor opaqueDst);
|
| +
|
| +void S32A_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
|
| + const SkPMColor* SK_RESTRICT src,
|
| + int count, U8CPU alpha, int /*x*/, int /*y*/);
|
|
|