Searched refs:pathChunkLength (Results 1 – 3 of 3) sorted by relevance
82 , pathChunkLength(0.0f) in SVGCharacterLayoutInfo()267 pathChunkLength = 0.0f; in setInPathLayout()
129 float pathChunkLength; member
958 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()