Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h184 float xShift; member
195 , xShift(0.0f) in SVGCharOnPath()
DSVGCharacterLayoutInfo.cpp525 ctm.translate(pathData->xShift, pathData->yShift); in characterTransform()
DSVGRootInlineBox.cpp1287 svgChar.pathData->xShift = info.shiftx + xOrientationShift; in buildLayoutInformationForTextBox()
1292 svgChar.pathData->xShift += info.dx; in buildLayoutInformationForTextBox()
1295 svgChar.pathData->xShift -= glyphAdvance / 2.0f; in buildLayoutInformationForTextBox()