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: void SkDilateX_neon(const SkPMColor* src, SkPMColor* dst, int radius, michael@0: int width, int height, int srcStride, int dstStride); michael@0: void SkDilateY_neon(const SkPMColor* src, SkPMColor* dst, int radius, michael@0: int width, int height, int srcStride, int dstStride); michael@0: void SkErodeX_neon(const SkPMColor* src, SkPMColor* dst, int radius, michael@0: int width, int height, int srcStride, int dstStride); michael@0: void SkErodeY_neon(const SkPMColor* src, SkPMColor* dst, int radius, michael@0: int width, int height, int srcStride, int dstStride);