Searched refs:scaleNonUniform (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGMatrix.idl39 [Immutable, StrictTypeChecking] SVGMatrix scaleNonUniform(float scaleFactorX, float scaleFactorY);
H A DSVGPreserveAspectRatio.cpp274 transform.scaleNonUniform(extendedPhysicalWidth / extendedLogicalWidth, extendedPhysicalHeight / extendedLogicalHeight);
280 transform.scaleNonUniform(extendedPhysicalHeight / extendedLogicalHeight, extendedPhysicalHeight / extendedLogicalHeight);
292 transform.scaleNonUniform(extendedPhysicalWidth / extendedLogicalWidth, extendedPhysicalWidth / extendedLogicalWidth);
H A DSVGMatrix.h59 SVGMatrix scaleNonUniform(double sx, double sy) function in class:WebCore::SVGMatrix
H A DSVGTransform.cpp95 m_matrix.scaleNonUniform(sx, sy);
H A DSVGTransformDistance.cpp78 m_transform.scaleNonUniform(scaleX, scaleY);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DPatternCG.cpp71 patternTransform.scaleNonUniform(1, -1);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DCanvasLayerWebKitThread.cpp69 dt.scaleNonUniform(static_cast<double>(layer->bounds().width()) / m_size.width(), static_cast<double>(layer->bounds().height()) / m_size.height());
H A DImageBlackBerry.cpp197 srcTransform.scaleNonUniform(xscale, yscale);
H A DGraphicsContextBlackBerry.cpp135 current.scaleNonUniform(scaleFactors.width(), scaleFactors.height());
H A DLayerTiler.cpp478 drawTransform.scaleNonUniform(dst.width() / m_requiredTextureSize.width(), dst.height() / m_requiredTextureSize.height());
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceClipper.cpp140 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
221 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
300 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
334 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DRenderSVGResourceGradient.cpp106 matrix.scaleNonUniform(maskBoundingBox.width(), maskBoundingBox.height());
161 gradientData->userspaceTransform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DRenderSVGResourceMasker.cpp131 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
195 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DSVGTextChunkBuilder.cpp257 spacingAndGlyphsTransform.scaleNonUniform(1, scale);
259 spacingAndGlyphsTransform.scaleNonUniform(scale, 1);
H A DRenderSVGResourceMarker.cpp155 transformation.scaleNonUniform(strokeWidth, strokeWidth);
H A DSVGTextLayoutEngine.cpp620 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1, m_textPathScaling);
622 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(m_textPathScaling, 1);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp132 AffineTransform patternTransform = AffineTransform().scaleNonUniform(scale.width(), scale.height());
154 AffineTransform patternTransform = AffineTransform().scaleNonUniform(tileScaleFactor.width(), tileScaleFactor.height());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DAffineTransform.h104 AffineTransform& scaleNonUniform(double sx, double sy);
H A DTransformationMatrix.cpp528 return scaleNonUniform(s, s);
538 return scaleNonUniform(-1.0, 1.0);
543 return scaleNonUniform(1.0, -1.0);
712 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy) function in class:WebCore::TransformationMatrix
728 scaleNonUniform(sx, sy);
H A DAffineTransform.cpp175 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) function in class:WebCore::AffineTransform
H A DTransformationMatrix.h236 TransformationMatrix& scaleNonUniform(double sx, double sy);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DGraphicsContextWin.cpp170 XFORM xform = TransformationMatrix().scaleNonUniform(size.width(), size.height());
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp666 transform.scaleNonUniform(size.width() / unscaledSize.width(), size.height() / unscaledSize.height());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebOverlay.cpp514 matrix.scaleNonUniform(static_cast<double>(layer->bounds().width()) / m_image.width(), static_cast<double>(layer->bounds().height()) / m_image.height());
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp637 newTransform.scaleNonUniform(sx, sy);
650 m_path.transform(AffineTransform().scaleNonUniform(1.0 / sx, 1.0 / sy));

Completed in 666 milliseconds

12