Lines Matching defs:transform
849 // Apply the current transform to the path and then reset
850 // to the identity. Essentially "commit" the transform.
851 this._currentPath.transform(this._currentTransform);
863 // "commit" the current transform. We pop, then apply the inverse of the
870 this._currentPath.transform(combined);
898 // retroactively apply the inverse of this transform to the previous
899 // path so it cancels out when we apply the transform at draw time.
901 this._currentPath.transform(inverted);
946 // retroactively apply the inverse of this transform to the previous
947 // path so it cancels out when we apply the transform at draw time.
949 this._currentPath.transform(inverted);
974 this.transform(a, b, c, d, e, f);
1100 // retroactively apply the inverse of this transform to the previous
1101 // path so it cancels out when we apply the transform at draw time.
1103 this._currentPath.transform(inverted);
1108 this.transform = function(a, b, c, d, e, f) {
1112 // retroactively apply the inverse of this transform to the previous
1113 // path so it cancels out when we apply the transform at draw time.
1115 this._currentPath.transform(inverted);