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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGMatrix.idl37 [Immutable, StrictTypeChecking] SVGMatrix scaleNonUniform(unrestricted float scaleFactorX, unrestricted float scaleFactorY);
H A DSVGPreserveAspectRatio.cpp291 transform.scaleNonUniform(extendedPhysicalWidth / extendedLogicalWidth, extendedPhysicalHeight / extendedLogicalHeight);
297 transform.scaleNonUniform(extendedPhysicalHeight / extendedLogicalHeight, extendedPhysicalHeight / extendedLogicalHeight);
309 transform.scaleNonUniform(extendedPhysicalWidth / extendedLogicalWidth, extendedPhysicalWidth / extendedLogicalWidth);
H A DSVGMatrix.h58 SVGMatrix scaleNonUniform(double sx, double sy) function in class:WebCore::SVGMatrix
H A DSVGTransform.cpp93 m_matrix.scaleNonUniform(sx, sy);
H A DSVGTransformDistance.cpp80 m_transform.scaleNonUniform(scaleX, scaleY);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPatternCG.cpp72 patternTransform.scaleNonUniform(1, -1);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceMasker.cpp102 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
161 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DRenderSVGResourceClipper.cpp118 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
197 maskContentTransformation.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
275 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
309 transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DRenderSVGResourceGradient.cpp93 matrix.scaleNonUniform(maskBoundingBox.width(), maskBoundingBox.height());
142 gradientData->userspaceTransform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
H A DSVGTextChunkBuilder.cpp249 spacingAndGlyphsTransform.scaleNonUniform(1, scale);
251 spacingAndGlyphsTransform.scaleNonUniform(scale, 1);
H A DRenderSVGResourceMarker.cpp135 transformation.scaleNonUniform(strokeWidth, strokeWidth);
H A DSVGTextLayoutEngine.cpp615 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(1, m_textPathScaling);
617 m_currentTextFragment.lengthAdjustTransform.scaleNonUniform(m_textPathScaling, 1);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DAffineTransform.h100 AffineTransform& scaleNonUniform(double sx, double sy);
H A DTransformationMatrix.cpp588 return scaleNonUniform(s, s);
598 return scaleNonUniform(-1.0, 1.0);
603 return scaleNonUniform(1.0, -1.0);
772 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy) function in class:WebCore::TransformationMatrix
788 scaleNonUniform(sx, sy);
H A DAffineTransform.cpp177 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) function in class:WebCore::AffineTransform
H A DTransformationMatrix.h223 TransformationMatrix& scaleNonUniform(double sx, double sy);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DGraphicsContextWin.cpp171 XFORM xform = TransformationMatrix().scaleNonUniform(size.width(), size.height());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp196 AffineTransform patternTransform = AffineTransform().scaleNonUniform(scale.width(), scale.height());
222 AffineTransform patternTransform = AffineTransform().scaleNonUniform(tileScaleFactor.width(), tileScaleFactor.height());
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLCanvasElement.cpp663 transform.scaleNonUniform(size.width() / unscaledSize.width(), size.height() / unscaledSize.height());
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp619 newTransform.scaleNonUniform(sx, sy);
632 m_path.transform(AffineTransform().scaleNonUniform(1.0 / sx, 1.0 / sy));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp684 patternTransform.scaleNonUniform(size.width(), size.height());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp202 m_transform.scaleNonUniform(size.width(), size.height());

Completed in 274 milliseconds