michael@0: /* michael@0: * Copyright 2011 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: michael@0: #include "SkBlitRow.h" michael@0: michael@0: // Platform impl of Platform_procs with no overrides michael@0: michael@0: SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) { michael@0: return NULL; michael@0: } michael@0: michael@0: SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) { michael@0: return NULL; michael@0: } michael@0: michael@0: SkBlitRow::ColorProc SkBlitRow::PlatformColorProc() { michael@0: return NULL; michael@0: } michael@0: michael@0: SkBlitRow::ColorRectProc PlatformColorRectProcFactory() { michael@0: return NULL; michael@0: }