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

Unified Diff: plugin/idl/pattern.idl

Issue 6255003: O2D:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 9 years, 11 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 | « plugin/idl/layer.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/idl/pattern.idl
===================================================================
--- plugin/idl/pattern.idl (revision 71191)
+++ plugin/idl/pattern.idl (working copy)
@@ -75,6 +75,24 @@
double green,
double blue,
double alpha);
+
+ %[
+ Set the affine transformation matrix that maps user space to pattern space.
+ The default matrix is the identity matrix, so that no transformation occurs.
+
+ \param xx xx component of the affine transformation
+ \param yx yx component of the affine transformation
+ \param xy xy component of the affine transformation
+ \param yy yy component of the affine transformation
+ \param x0 X translation component of the affine transformation
+ \param y0 Y translation component of the affine transformation
+ %]
+ void SetAffineTransform(double xx,
+ double yx,
+ double xy,
+ double yy,
+ double x0,
+ double y0);
}; // Pattern
} // namespace o2d
« no previous file with comments | « plugin/idl/layer.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698