Home
last modified time | relevance | path

Searched refs:yScale (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp170 float yScale = srcRect.height() / destRect.height(); in draw() local
177 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()
/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h182 float yScale; member
194 , yScale(1.0f) in SVGCharOnPath()
DSVGCharacterLayoutInfo.cpp524 ctm.scaleNonUniform(pathData->xScale, pathData->yScale); in characterTransform()
DSVGRootInlineBox.cpp1229 svgChar.pathData->yScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()
1230 spacing *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()
1231 correctedGlyphAdvance *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()