1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/trunk/src/opts/SkBlitRect_opts_SSE2.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +/* 1.5 + * Copyright 2011 Google Inc. 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 +#ifndef SkBlitRect_opts_SSE2_DEFINED 1.12 +#define SkBlitRect_opts_SSE2_DEFINED 1.13 + 1.14 +/* 1.15 + These functions' implementations copy sections of both 1.16 + SkBlitRow_opts_SSE2 and SkUtils_opts_SSE2. 1.17 +*/ 1.18 + 1.19 +#include "SkColor.h" 1.20 + 1.21 +void ColorRect32_SSE2(SkPMColor* SK_RESTRICT dst, 1.22 + int width, int height, 1.23 + size_t rowBytes, uint32_t color); 1.24 + 1.25 + 1.26 +#endif