blob: db104bacf4fd1ea4beaa021cbc68be60f08b5ba5 [file] [log] [blame]
senorblanco@chromium.org27eec462013-11-08 20:49:04 +00001/*
2 * Copyright 2013 The Android Open Source Project
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
commit-bot@chromium.org8c4953c2014-04-30 14:58:46 +00008#ifndef SkBlurImage_opts_SSE2_DEFINED
9#define SkBlurImage_opts_SSE2_DEFINED
10
senorblanco@chromium.org27eec462013-11-08 20:49:04 +000011#include "SkBlurImage_opts.h"
12
13bool SkBoxBlurGetPlatformProcs_SSE2(SkBoxBlurProc* boxBlurX,
14 SkBoxBlurProc* boxBlurY,
senorblanco@chromium.org05edd022013-11-11 20:12:34 +000015 SkBoxBlurProc* boxBlurXY,
16 SkBoxBlurProc* boxBlurYX);
commit-bot@chromium.org8c4953c2014-04-30 14:58:46 +000017
18#endif