1 2 /* 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. 7 */ 8 9 10 #include "SkBlitRow.h" 11 #include "SkUtils.h" 12 SkMemset16GetPlatformProc()13SkMemset16Proc SkMemset16GetPlatformProc() { 14 return NULL; 15 } 16 SkMemset32GetPlatformProc()17SkMemset32Proc SkMemset32GetPlatformProc() { 18 return NULL; 19 } 20 PlatformColorRectProcFactory()21SkBlitRow::ColorRectProc PlatformColorRectProcFactory() { 22 return NULL; 23 } 24