gfx/skia/trunk/src/opts/SkBlurImage_opts_neon.h

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:80a68c9ef750
1 /*
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
8 #include "SkBlurImage_opts.h"
9
10 bool SkBoxBlurGetPlatformProcs_NEON(SkBoxBlurProc* boxBlurX,
11 SkBoxBlurProc* boxBlurY,
12 SkBoxBlurProc* boxBlurXY,
13 SkBoxBlurProc* boxBlurYX);

mercurial