Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp191 float yScale = srcRect.height() / destRect.height(); in draw() local
198 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale); in draw()
204 adjustedDestRect.setHeight(subimageRect.height() / yScale); in draw()
209 adjustedDestRect.setHeight(CGImageGetHeight(image.get()) / yScale); in draw()
212 ….setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale)); in draw()
213 … 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.cpp1329 svgChar.pathData->yScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()
1330 spacing *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()
1331 correctedGlyphAdvance *= svgChar.pathData->yScale; in buildLayoutInformationForTextBox()