Home
last modified time | relevance | path

Searched refs:viewBoxTransform (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp488 AffineTransform viewBoxTransform; in localCoordinateSpaceTransform() local
490 viewBoxTransform = viewBoxToViewTransform(width().value(this), height().value(this)); in localCoordinateSpaceTransform()
504 … transform.translate(location.x() - viewBoxTransform.e(), location.y() - viewBoxTransform.f()); in localCoordinateSpaceTransform()
514 return transform.multiply(viewBoxTransform); in localCoordinateSpaceTransform()