Searched refs:yScale (Results 1 – 4 of 4) sorted by relevance
170 float yScale = srcRect.height() / destRect.height(); in draw() local177 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale); in draw()183 adjustedDestRect.setHeight(subimageRect.height() / yScale); in draw()188 adjustedDestRect.setHeight(CGImageGetHeight(image) / yScale); in draw()191 ….setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale)); in draw()192 … adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale)); in draw()
182 float yScale; member194 , yScale(1.0f) in SVGCharOnPath()
524 ctm.scaleNonUniform(pathData->xScale, pathData->yScale); in characterTransform()
1229 svgChar.pathData->yScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()1230 spacing *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()1231 correctedGlyphAdvance *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()