1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/trunk/src/opts/SkBlitMask_opts_none.cpp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 + 1.5 +#include "SkBlitMask.h" 1.6 + 1.7 +SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkBitmap::Config dstConfig, 1.8 + SkMask::Format maskFormat, 1.9 + SkColor color) { 1.10 + return NULL; 1.11 +} 1.12 + 1.13 +SkBlitMask::BlitLCD16RowProc SkBlitMask::PlatformBlitRowProcs16(bool isOpaque) { 1.14 + return NULL; 1.15 +} 1.16 + 1.17 +SkBlitMask::RowProc SkBlitMask::PlatformRowProcs(SkBitmap::Config dstConfig, 1.18 + SkMask::Format maskFormat, 1.19 + RowFlags flags) { 1.20 + return NULL; 1.21 +}