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

Side by Side Diff: client/dom/generated/src/frog/SVGMatrix.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _SVGMatrixJs extends _DOMTypeJs implements SVGMatrix native "*SVGMatrix" {
3
4 num a;
5
6 num b;
7
8 num c;
9
10 num d;
11
12 num e;
13
14 num f;
15
16 _SVGMatrixJs flipX() native;
17
18 _SVGMatrixJs flipY() native;
19
20 _SVGMatrixJs inverse() native;
21
22 _SVGMatrixJs multiply(_SVGMatrixJs secondMatrix) native;
23
24 _SVGMatrixJs rotate(num angle) native;
25
26 _SVGMatrixJs rotateFromVector(num x, num y) native;
27
28 _SVGMatrixJs scale(num scaleFactor) native;
29
30 _SVGMatrixJs scaleNonUniform(num scaleFactorX, num scaleFactorY) native;
31
32 _SVGMatrixJs skewX(num angle) native;
33
34 _SVGMatrixJs skewY(num angle) native;
35
36 _SVGMatrixJs translate(num x, num y) native;
37 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGMaskElement.dart ('k') | client/dom/generated/src/frog/SVGMetadataElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698