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

Unified Diff: skia/gl/SkGLDevice_SWLayer.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/gl/SkGLDevice_FBO.cpp ('k') | skia/gl/SkGLDevice_SWLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/gl/SkGLDevice_SWLayer.h
===================================================================
--- skia/gl/SkGLDevice_SWLayer.h (revision 16859)
+++ skia/gl/SkGLDevice_SWLayer.h (working copy)
@@ -1,49 +0,0 @@
-#ifndef SkGLDevice_SWLayer_DEFINED
-#define SkGLDevice_SWLayer_DEFINED
-
-#include "SkGLDevice.h"
-
-class SkGLDevice_SWLayer : public SkGLDevice {
-public:
- SkGLDevice_SWLayer(const SkBitmap& bitmap);
- virtual ~SkGLDevice_SWLayer();
-
- // overrides from SkGLDevice
- virtual TexOrientation bindDeviceAsTexture();
-
- // overrides from SkDevice
- virtual void drawPaint(const SkDraw&, const SkPaint& paint);
- virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
- const SkPoint[], const SkPaint& paint);
- virtual void drawRect(const SkDraw&, const SkRect& r,
- const SkPaint& paint);
- virtual void drawPath(const SkDraw&, const SkPath& path,
- const SkPaint& paint);
- virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
- const SkMatrix& matrix, const SkPaint& paint);
- virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
- int x, int y, const SkPaint& paint);
- virtual void drawText(const SkDraw&, const void* text, size_t len,
- SkScalar x, SkScalar y, const SkPaint& paint);
- virtual void drawPosText(const SkDraw&, const void* text, size_t len,
- const SkScalar pos[], SkScalar constY,
- int scalarsPerPos, const SkPaint& paint);
- virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
- const SkPath& path, const SkMatrix* matrix,
- const SkPaint& paint);
- virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
- const SkPoint verts[], const SkPoint texs[],
- const SkColor colors[], SkXfermode* xmode,
- const uint16_t indices[], int indexCount,
- const SkPaint& paint);
- virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
- const SkPaint&);
-
-private:
- GLuint fTextureID;
-
- typedef SkGLDevice INHERITED;
-};
-
-#endif
-
« no previous file with comments | « skia/gl/SkGLDevice_FBO.cpp ('k') | skia/gl/SkGLDevice_SWLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698