michael@0: /* michael@0: * Copyright 2012 Google Inc. 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: #ifndef SkBlitRow_opts_arm_neon_DEFINED michael@0: #define SkBlitRow_opts_arm_neon_DEFINED michael@0: michael@0: #include "SkBlitRow.h" michael@0: michael@0: extern const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm_neon[]; michael@0: extern const SkBlitRow::Proc32 sk_blitrow_platform_32_procs_arm_neon[]; michael@0: michael@0: extern void Color32_arm_neon(SkPMColor* dst, const SkPMColor* src, int count, michael@0: SkPMColor color); michael@0: michael@0: #endif