michael@0: /* michael@0: * Copyright 2013 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: #include "SkBlurImage_opts.h" michael@0: michael@0: bool SkBoxBlurGetPlatformProcs_NEON(SkBoxBlurProc* boxBlurX, michael@0: SkBoxBlurProc* boxBlurY, michael@0: SkBoxBlurProc* boxBlurXY, michael@0: SkBoxBlurProc* boxBlurYX);