Searched refs:pathTextLength (Results 1 – 3 of 3) sorted by relevance
81 , pathTextLength(0.0f) in SVGCharacterLayoutInfo()266 pathTextLength = 0.0f; in setInPathLayout()
128 float pathTextLength; member
1057 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()