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 13 SkMemset16Proc SkMemset16GetPlatformProc() { 14 return NULL; 15 } 16 17 SkMemset32Proc SkMemset32GetPlatformProc() { 18 return NULL; 19 } 20 21 SkBlitRow::ColorRectProc PlatformColorRectProcFactory() { 22 return NULL; 23 } 24