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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp137 AffineTransform glyphPathTransform; local
138 glyphPathTransform.translate(currentPoint.x() + glyphOrigin.x(), currentPoint.y() + glyphOrigin.y());
139 glyphPathTransform.scale(scale, -scale);
142 glyphPath.transform(glyphPathTransform);

Completed in 243 milliseconds