michael@0: /* michael@0: * Copyright 2012 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: #include "SkBitmapProcState.h" michael@0: michael@0: void S32_opaque_D32_filter_DX_SSSE3(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors); michael@0: void S32_alpha_D32_filter_DX_SSSE3(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors); michael@0: void S32_opaque_D32_filter_DXDY_SSSE3(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors); michael@0: void S32_alpha_D32_filter_DXDY_SSSE3(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors);