michael@0: michael@0: /* michael@0: * Copyright 2009 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: michael@0: #include "SkBitmapProcState.h" michael@0: michael@0: void S32_opaque_D32_filter_DX_SSE2(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors); michael@0: void S32_alpha_D32_filter_DX_SSE2(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint32_t* colors); michael@0: void Color32_SSE2(SkPMColor dst[], const SkPMColor src[], int count, michael@0: SkPMColor color); michael@0: void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], michael@0: int count, int x, int y); michael@0: void ClampX_ClampY_nofilter_scale_SSE2(const SkBitmapProcState& s, michael@0: uint32_t xy[], int count, int x, int y); michael@0: void ClampX_ClampY_filter_affine_SSE2(const SkBitmapProcState& s, michael@0: uint32_t xy[], int count, int x, int y); michael@0: void ClampX_ClampY_nofilter_affine_SSE2(const SkBitmapProcState& s, michael@0: uint32_t xy[], int count, int x, int y); michael@0: void S32_D16_filter_DX_SSE2(const SkBitmapProcState& s, michael@0: const uint32_t* xy, michael@0: int count, uint16_t* colors);