Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp82 , pathChunkLength(0.0f) in SVGCharacterLayoutInfo()
267 pathChunkLength = 0.0f; in setInPathLayout()
DSVGCharacterLayoutInfo.h129 float pathChunkLength; member
DSVGRootInlineBox.cpp958 info.pathChunkLength += chunk.textLength; in buildLayoutInformation()
1227 if (info.pathTextLength > 0.0f && info.pathChunkLength > 0.0f) { in buildLayoutInformationForTextBox()
1229 svgChar.pathData->yScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()
1233 svgChar.pathData->xScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()