Searched refs:xScale (Results 1 – 4 of 4) sorted by relevance
190 float xScale = srcRect.width() / destRect.width(); in draw() local198 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale); in draw()201 adjustedDestRect.setWidth(subimageRect.width() / xScale); in draw()212 …adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRec… in draw()213 … adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale)); in draw()
181 float xScale; member193 : xScale(1.0f) in SVGCharOnPath()
524 ctm.scaleNonUniform(pathData->xScale, pathData->yScale); in characterTransform()
1333 svgChar.pathData->xScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()1334 spacing *= svgChar.pathData->xScale; in buildLayoutInformationForTextBox()1335 correctedGlyphAdvance *= svgChar.pathData->xScale; in buildLayoutInformationForTextBox()