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

Unified Diff: client/dom/generated/src/frog/CanvasRenderingContext2D.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
Index: client/dom/generated/src/frog/CanvasRenderingContext2D.dart
diff --git a/client/dom/generated/src/frog/CanvasRenderingContext2D.dart b/client/dom/generated/src/frog/CanvasRenderingContext2D.dart
deleted file mode 100644
index eb51b701a35fb14beee58e42916c7b0cdae46b89..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/CanvasRenderingContext2D.dart
+++ /dev/null
@@ -1,125 +0,0 @@
-
-class _CanvasRenderingContext2DJs extends _CanvasRenderingContextJs implements CanvasRenderingContext2D native "*CanvasRenderingContext2D" {
-
- Dynamic fillStyle;
-
- String font;
-
- num globalAlpha;
-
- String globalCompositeOperation;
-
- String lineCap;
-
- String lineJoin;
-
- num lineWidth;
-
- num miterLimit;
-
- num shadowBlur;
-
- String shadowColor;
-
- num shadowOffsetX;
-
- num shadowOffsetY;
-
- Dynamic strokeStyle;
-
- String textAlign;
-
- String textBaseline;
-
- List webkitLineDash;
-
- num webkitLineDashOffset;
-
- void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticlockwise) native;
-
- void arcTo(num x1, num y1, num x2, num y2, num radius) native;
-
- void beginPath() native;
-
- void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y) native;
-
- void clearRect(num x, num y, num width, num height) native;
-
- void clearShadow() native;
-
- void clip() native;
-
- void closePath() native;
-
- _ImageDataJs createImageData(var imagedata_OR_sw, [num sh = null]) native;
-
- _CanvasGradientJs createLinearGradient(num x0, num y0, num x1, num y1) native;
-
- _CanvasPatternJs createPattern(var canvas_OR_image, String repetitionType) native;
-
- _CanvasGradientJs createRadialGradient(num x0, num y0, num r0, num x1, num y1, num r1) native;
-
- void drawImage(var canvas_OR_image_OR_video, num sx_OR_x, num sy_OR_y, [num sw_OR_width = null, num height_OR_sh = null, num dx = null, num dy = null, num dw = null, num dh = null]) native;
-
- void drawImageFromRect(_HTMLImageElementJs image, [num sx = null, num sy = null, num sw = null, num sh = null, num dx = null, num dy = null, num dw = null, num dh = null, String compositeOperation = null]) native;
-
- void fill() native;
-
- void fillRect(num x, num y, num width, num height) native;
-
- void fillText(String text, num x, num y, [num maxWidth = null]) native;
-
- _ImageDataJs getImageData(num sx, num sy, num sw, num sh) native;
-
- bool isPointInPath(num x, num y) native;
-
- void lineTo(num x, num y) native;
-
- _TextMetricsJs measureText(String text) native;
-
- void moveTo(num x, num y) native;
-
- void putImageData(_ImageDataJs imagedata, num dx, num dy, [num dirtyX = null, num dirtyY = null, num dirtyWidth = null, num dirtyHeight = null]) native;
-
- void quadraticCurveTo(num cpx, num cpy, num x, num y) native;
-
- void rect(num x, num y, num width, num height) native;
-
- void restore() native;
-
- void rotate(num angle) native;
-
- void save() native;
-
- void scale(num sx, num sy) native;
-
- void setAlpha(num alpha) native;
-
- void setCompositeOperation(String compositeOperation) native;
-
- void setFillColor(var c_OR_color_OR_grayLevel_OR_r, [num alpha_OR_g_OR_m = null, num b_OR_y = null, num a_OR_k = null, num a = null]) native;
-
- void setLineCap(String cap) native;
-
- void setLineJoin(String join) native;
-
- void setLineWidth(num width) native;
-
- void setMiterLimit(num limit) native;
-
- void setShadow(num width, num height, num blur, [var c_OR_color_OR_grayLevel_OR_r = null, num alpha_OR_g_OR_m = null, num b_OR_y = null, num a_OR_k = null, num a = null]) native;
-
- void setStrokeColor(var c_OR_color_OR_grayLevel_OR_r, [num alpha_OR_g_OR_m = null, num b_OR_y = null, num a_OR_k = null, num a = null]) native;
-
- void setTransform(num m11, num m12, num m21, num m22, num dx, num dy) native;
-
- void stroke() native;
-
- void strokeRect(num x, num y, num width, num height, [num lineWidth = null]) native;
-
- void strokeText(String text, num x, num y, [num maxWidth = null]) native;
-
- void transform(num m11, num m12, num m21, num m22, num dx, num dy) native;
-
- void translate(num tx, num ty) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/CanvasRenderingContext.dart ('k') | client/dom/generated/src/frog/CharacterData.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698