Searched refs:strokeTransform (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGShape.cpp180 Path* RenderSVGShape::nonScalingStrokePath(const Path* path, const AffineTransform& strokeTransform) const
185 tempPath.transform(strokeTransform);
190 bool RenderSVGShape::setupNonScalingStrokeContext(AffineTransform& strokeTransform, GraphicsContextStateSaver& stateSaver) argument
192 if (!strokeTransform.isInvertible())
196 stateSaver.context()->concatCTM(strokeTransform.inverse());

Completed in 60 milliseconds