blob: 10b3b437726de7d1f74fd5f9668442523bcc67dd [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001/*
2 * Copyright 2011 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
reed@google.com58af9a62011-10-12 13:43:52 +00007
reed@android.com7d2e3222009-07-30 02:22:31 +00008#include "SkBlitRow.h"
9
10// Platform impl of Platform_procs with no overrides
11
reeda7f11912015-01-13 13:51:00 -080012SkBlitRow::Proc16 SkBlitRow::PlatformFactory565(unsigned flags) {
13 return NULL;
14}
15
16SkBlitRow::ColorProc16 SkBlitRow::PlatformColorFactory565(unsigned flags) {
senorblanco@chromium.org92727612009-11-04 20:51:06 +000017 return NULL;
18}
reed@android.com7d2e3222009-07-30 02:22:31 +000019
reed@android.comf0f4e9a2009-11-13 19:00:49 +000020SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) {
senorblanco@chromium.org92727612009-11-04 20:51:06 +000021 return NULL;
22}