1 #include "SkBlitRow.h" 2 3 // Platform impl of Platform_procs with no overrides 4 5 SkBlitRow::Proc SkBlitRow::PlatformProcs4444(unsigned flags) { 6 return NULL; 7 } 8 9 SkBlitRow::Proc SkBlitRow::PlatformProcs565(unsigned flags) { 10 return NULL; 11 } 12 13 SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) { 14 return NULL; 15 } 16