Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp78 , shiftx(0.0f) in SVGCharacterLayoutInfo()
177 curx += savedShiftX - shiftx; in processedChunk()
181 shiftx = savedShiftX; in processedChunk()
DSVGCharacterLayoutInfo.h123 float shiftx; member
DSVGRootInlineBox.cpp1071 float shiftxSaved = info.shiftx; in buildLayoutInformation()
1359 info.shiftx += shift; in buildLayoutInformationForTextBox()
1373 svgChar.x += info.shiftx + xOrientationShift; in buildLayoutInformationForTextBox()
1387 svgChar.pathData->xShift = info.shiftx + xOrientationShift; in buildLayoutInformationForTextBox()