Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp81 , pathTextLength(0.0f) in SVGCharacterLayoutInfo()
266 pathTextLength = 0.0f; in setInPathLayout()
DSVGCharacterLayoutInfo.h128 float pathTextLength; member
DSVGRootInlineBox.cpp1057 info.pathTextLength += computedLength; in buildLayoutInformation()
1327 if (info.pathTextLength > 0.0f && info.pathChunkLength > 0.0f) { in buildLayoutInformationForTextBox()
1329 svgChar.pathData->yScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()
1333 svgChar.pathData->xScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()