Index: src/core/SkBitmapProcState.h |
=================================================================== |
--- src/core/SkBitmapProcState.h (revision 4643) |
+++ src/core/SkBitmapProcState.h (working copy) |
@@ -186,5 +186,7 @@ |
uint32_t xy[], int count, int x, int y); |
void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s, |
uint32_t xy[], int count, int x, int y); |
+void S32_D16_filter_DX(const SkBitmapProcState& s, |
+ const uint32_t* xy, int count, uint16_t* colors); |
#endif |