Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h185 float yShift; member
196 , yShift(0.0f) in SVGCharOnPath()
DSVGCharacterLayoutInfo.cpp525 ctm.translate(pathData->xShift, pathData->yShift); in characterTransform()
DSVGRootInlineBox.cpp1388 svgChar.pathData->yShift = info.shifty + yOrientationShift; in buildLayoutInformationForTextBox()
1393 svgChar.pathData->yShift -= glyphAdvance / 2.0f; in buildLayoutInformationForTextBox()
1396 svgChar.pathData->yShift += info.dy; in buildLayoutInformationForTextBox()