update for blitrow_d32 procs
git-svn-id: http://skia.googlecode.com/svn/trunk@367 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
c4cae85752
commit
3bbac13902
@ -443,3 +443,10 @@ const SkBlitRow::Proc SkBlitRow::gPlatform_4444_Procs[] = {
|
|||||||
NULL, // S32A_D4444_Blend_Dither
|
NULL, // S32A_D4444_Blend_Dither
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const SkBlitRow::Proc32 SkBlitRow::gPlatform_Procs32[] = {
|
||||||
|
NULL, // S32_Opaque,
|
||||||
|
NULL, // S32_Blend,
|
||||||
|
NULL, // S32A_Opaque,
|
||||||
|
NULL, // S32A_Blend,
|
||||||
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user