michael@0: /* michael@0: * Copyright 2011 Google Inc. 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: #ifndef SkBlitRect_opts_SSE2_DEFINED michael@0: #define SkBlitRect_opts_SSE2_DEFINED michael@0: michael@0: /* michael@0: These functions' implementations copy sections of both michael@0: SkBlitRow_opts_SSE2 and SkUtils_opts_SSE2. michael@0: */ michael@0: michael@0: #include "SkColor.h" michael@0: michael@0: void ColorRect32_SSE2(SkPMColor* SK_RESTRICT dst, michael@0: int width, int height, michael@0: size_t rowBytes, uint32_t color); michael@0: michael@0: michael@0: #endif