Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: skia/sgl/SkBlitRow.h

Issue 113827: Remove the remainder of the skia source code from the Chromium repo.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/sgl/SkBlitBWMaskTemplate.h ('k') | skia/sgl/SkBlitRow_D16.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/sgl/SkBlitRow.h
===================================================================
--- skia/sgl/SkBlitRow.h (revision 16859)
+++ skia/sgl/SkBlitRow.h (working copy)
@@ -1,22 +0,0 @@
-#ifndef SkBlitRow_DEFINED
-#define SkBlitRow_DEFINED
-
-#include "SkBitmap.h"
-#include "SkColor.h"
-
-class SkBlitRow {
-public:
- enum {
- kGlobalAlpha_Flag = 0x01,
- kSrcPixelAlpha_Flag = 0x02,
- kDither_Flag = 0x04
- };
-
- typedef void (*Proc)(uint16_t* SK_RESTRICT dst,
- const SkPMColor* SK_RESTRICT src,
- int count, U8CPU alpha, int x, int y);
-
- static Proc Factory(unsigned flags, SkBitmap::Config);
-};
-
-#endif
« no previous file with comments | « skia/sgl/SkBlitBWMaskTemplate.h ('k') | skia/sgl/SkBlitRow_D16.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698