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

Unified Diff: core/cross/cairo/pattern.h

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 | « core/cross/cairo/layer.cc ('k') | core/cross/cairo/pattern.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/cairo/pattern.h
===================================================================
--- core/cross/cairo/pattern.h (revision 71191)
+++ core/cross/cairo/pattern.h (working copy)
@@ -69,6 +69,16 @@
cairo_pattern_t* pattern() const { return pattern_; }
+ // Set the affine transformation matrix that maps user space to pattern space.
+ // The default matrix is the identity matrix, so that no transformation
+ // occurs.
+ void SetAffineTransform(double xx,
+ double yx,
+ double xy,
+ double yy,
+ double x0,
+ double y0);
+
private:
Pattern(ServiceLocator* service_locator, cairo_pattern_t* pattern);
« no previous file with comments | « core/cross/cairo/layer.cc ('k') | core/cross/cairo/pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698