Searched refs:mathTransform (Results 1 – 4 of 4) sorted by relevance
59 outline.pts.push(mathTransform(to, transform)); in _outlineMoveTo()67 outline.pts.push(mathTransform(to, transform)); in _outlineLineTo()74 outline.pts.push(mathTransform(ctrl1, transform)); in _outlineCubicTo()77 outline.pts.push(mathTransform(ctrl2, transform)); in _outlineCubicTo()80 outline.pts.push(mathTransform(to, transform)); in _outlineCubicTo()
59 outline->pts.push(mathTransform(&to[i], transform)); in _genOutline()
269 SwPoint mathTransform(const Point* to, const Matrix& transform) in mathTransform() function
499 SwPoint mathTransform(const Point* to, const Matrix& transform);