1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/trunk/src/opts/SkBitmapProcState_opts_SSSE3.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +/* 1.5 + * Copyright 2012 The Android Open Source Project 1.6 + * 1.7 + * Use of this source code is governed by a BSD-style license that can be 1.8 + * found in the LICENSE file. 1.9 + */ 1.10 + 1.11 +#include "SkBitmapProcState.h" 1.12 + 1.13 +void S32_opaque_D32_filter_DX_SSSE3(const SkBitmapProcState& s, 1.14 + const uint32_t* xy, 1.15 + int count, uint32_t* colors); 1.16 +void S32_alpha_D32_filter_DX_SSSE3(const SkBitmapProcState& s, 1.17 + const uint32_t* xy, 1.18 + int count, uint32_t* colors); 1.19 +void S32_opaque_D32_filter_DXDY_SSSE3(const SkBitmapProcState& s, 1.20 + const uint32_t* xy, 1.21 + int count, uint32_t* colors); 1.22 +void S32_alpha_D32_filter_DXDY_SSSE3(const SkBitmapProcState& s, 1.23 + const uint32_t* xy, 1.24 + int count, uint32_t* colors);