Home | History | Annotate | Download | only in gfx

Lines Matching refs:Transform

9 #include "ui/gfx/transform.h"
15 // Returns a scale transform at |anchor| point.
16 UI_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
18 // Contains the components of a factored transform. These components may be
22 // if used with Compose below, will produce the identity transform.
35 // routines described in http://www.w3.org/TR/css3-3d-transform/.
43 // Decomposes this transform into its translation, scale, skew, perspective,
47 const Transform& transform);
49 // Composes a transform from the given translation, scale, skew, prespective,
52 UI_EXPORT Transform ComposeTransform(const DecomposedTransform& decomp);