epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 1 | |
senorblanco@chromium.org | 4e75355 | 2009-11-16 21:09:00 +0000 | [diff] [blame] | 2 | /* |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 3 | * Copyright 2009 The Android Open Source Project |
| 4 | * |
| 5 | * Use of this source code is governed by a BSD-style license that can be |
| 6 | * found in the LICENSE file. |
senorblanco@chromium.org | 4e75355 | 2009-11-16 21:09:00 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 9 | |
tomhudson@google.com | 6c5ccd9 | 2012-03-19 14:20:56 +0000 | [diff] [blame] | 10 | #include "SkBlitRow.h" |
senorblanco@chromium.org | 4e75355 | 2009-11-16 21:09:00 +0000 | [diff] [blame] | 11 | #include "SkUtils.h" |
| 12 | |
| 13 | SkMemset16Proc SkMemset16GetPlatformProc() { |
| 14 | return NULL; |
| 15 | } |
| 16 | |
| 17 | SkMemset32Proc SkMemset32GetPlatformProc() { |
| 18 | return NULL; |
| 19 | } |
tomhudson@google.com | 6c5ccd9 | 2012-03-19 14:20:56 +0000 | [diff] [blame] | 20 | |
| 21 | SkBlitRow::ColorRectProc PlatformColorRectProcFactory() { |
| 22 | return NULL; |
| 23 | } |