Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp79 , shifty(0.0f) in SVGCharacterLayoutInfo()
178 cury += savedShiftY - shifty; in processedChunk()
182 shifty = savedShiftY; in processedChunk()
DSVGCharacterLayoutInfo.h124 float shifty; member
DSVGRootInlineBox.cpp1072 float shiftySaved = info.shifty; in buildLayoutInformation()
1361 info.shifty -= shift; in buildLayoutInformationForTextBox()
1374 svgChar.y += info.shifty + yOrientationShift; in buildLayoutInformationForTextBox()
1388 svgChar.pathData->yShift = info.shifty + yOrientationShift; in buildLayoutInformationForTextBox()