Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp190 float xScale = srcRect.width() / destRect.width(); in draw() local
198 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()
/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h181 float xScale; member
193 : xScale(1.0f) in SVGCharOnPath()
DSVGCharacterLayoutInfo.cpp524 ctm.scaleNonUniform(pathData->xScale, pathData->yScale); in characterTransform()
DSVGRootInlineBox.cpp1333 svgChar.pathData->xScale = info.pathChunkLength / info.pathTextLength; in buildLayoutInformationForTextBox()
1334 spacing *= svgChar.pathData->xScale; in buildLayoutInformationForTextBox()
1335 correctedGlyphAdvance *= svgChar.pathData->xScale; in buildLayoutInformationForTextBox()